Commit graph

78304 commits

Author SHA1 Message Date
Xinglu Chen cfec09a992
import: hackage: Prefix licenses with 'license:'.
* guix/import/hackage.scm (string->license): Prefix the value of the license
field with ‘license:’.
* tests/hackage.scm (match-ghc-foo, match-ghc-foo-6, match-ghc-foo-revision):
Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-22 23:39:27 +02:00
Raphaël Mélotte d900cbadfd
gnu: luakit: Update to 2.3.
* gnu/packages/web-browsers.scm (luakit): Update to 2.3
[arguments]: Add 'set-version' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-22 23:37:24 +02:00
Ludovic Courtès bc4d81d267
lint: archival: Lookup content in Disarchive database.
* guix/lint.scm (lookup-disarchive-spec): New procedure.
(check-archival): When 'lookup-content' returns #f, call
'lookup-disarchive-spec'.  Call 'lookup-directory' on the result of
'lookup-directory'.
* guix/download.scm (%disarchive-mirrors): Make public.
* tests/lint.scm ("archival: missing content"): Set
'%disarchive-mirrors'.
("archival: content unavailable but disarchive available"): New test.
2021-05-22 23:13:11 +02:00
Tobias Geerinckx-Rice dac6c21623
gnu: zam-plugins: Update source hash.
See <http://issues.guix.gnu.org/48589>.

* gnu/packages/music.scm (zam-plugins)[source]: Update hash.
2021-05-22 21:57:45 +02:00
Efraim Flashner 015869d4c6
gnu: cmdtest: Use a source file-name.
* gnu/packages/check.scm (cmdtest)[source]: Add a file-name field.
2021-05-22 21:38:48 +03:00
Marius Bakke 8a0e94f69b
gnu: Remove python2-ipython-cluster-helper.
Some of its requirements no longer support Python 2 which has left this
package broken for a while.

* gnu/packages/python-xyz.scm (python2-ipython-cluster-helper): Remove variable.
2021-05-22 19:53:17 +02:00
Marius Bakke d51b8ac947
gnu: Remove python2-notebook.
Some of its requirements no longer support Python 2 which has left this
package broken for a while.

* gnu/packages/python-xyz.scm (python2-notebook): Remove variable.
(python-notebook)[properties]: Remove.
2021-05-22 19:53:17 +02:00
Marius Bakke 35bd94a492
etc: Add more SELinux permissions for the daemon.
* etc/guix-daemon.cil.in (guix_daemon): Add more permissions, necessary for
garbage collection.
2021-05-22 19:53:17 +02:00
Marius Bakke 080770e654
gnu: python-django-statici18n: Update to 2.1.0.
* gnu/packages/django.scm (python-django-statici18n): Update to 2.1.0.
2021-05-22 19:53:17 +02:00
Marius Bakke 2f97a666a5
gnu: python-urllib3: Don't use 'package/inherit' on replacement package.
* gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance
instead of PACKAGE/INHERIT.
2021-05-22 19:53:16 +02:00
Marius Bakke 9419f97a71
gnu: python-terminado: Update to 0.10.0.
* gnu/packages/python-web.scm (python-terminado): Update to 0.10.0.
2021-05-22 19:53:16 +02:00
Marius Bakke 3a396b0067
gnu: python-genshi: Update to 0.7.5.
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.5.
[propagated-inputs]: Add PYTHON-SIX.
2021-05-22 19:53:16 +02:00
Marius Bakke d4ffa96302
gnu: autotrace: Prepare for GLib 2.68 and later.
* gnu/packages/patches/autotrace-glib-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (autotrace)[source](patches): New field.
2021-05-22 17:14:17 +02:00
Marius Bakke d58e2f2723
gnu: libblockdev: Prepare for GLib 2.58.
* gnu/packages/patches/libblockdev-glib-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/disk.scm (libblockdev)[source](patches): New field.
2021-05-22 16:04:59 +02:00
Marius Bakke 404feffa30
gnu: ucx: Restore (and adapt) ioctl fallback patch.
This is a followup to 4ebd4a58ce which
removed the patch, but it was still necessary for some dependents.

* gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/fabric-management.scm (ucx)[source](patches): New field.
2021-05-22 16:04:59 +02:00
Marius Bakke 19ea43c907
gnu: cmdtest: Do not propagate any inputs.
* gnu/packages/check.scm (cmdtest)[propagated-inputs]: Move everything ...
[inputs]: ... here.  New field.
2021-05-22 16:04:59 +02:00
Marius Bakke 0bdb7d3841
gnu: cmdtest: Update to 0.32-14-gcdfe14e.
* gnu/packages/check.scm (cmdtest): Update to 0.32-14-gcdfe14e.
[source]: Switch to GIT-FETCH.
[arguments]: Remove #:phases and #:python.  Add #:tests?.
[native-inputs]: Change from PYTHON2-CLIAPP, PYTHON2-MARKDOWN, and
PYTHON-TTYSTATUS to their respective Python 3 variants.
2021-05-22 16:04:59 +02:00
Marius Bakke 10c8aa039d
gnu: python2-ttystatus: Add Python 3 variant.
* gnu/packages/python-xyz.scm (python2-ttystatus): Rename to ...
(python-ttystatus): ... this.
[name, native-inputs, arguments]: Adjust accordingly.
[descriptions]: Remove mentions of Python version and add markup.
(python2-ttystatus): Use PACKAGE-WITH-PYTHON2.
2021-05-22 16:04:59 +02:00
Marius Bakke 0d0e3bee03
gnu: python2-cliapp: Add Python 3 variant.
* gnu/packages/python-xyz.scm (python2-cliapp): Rename to ...
(python-cliapp): ... this.
[name, native-inputs, propagated-inputs]: Adjust accordingly.
[arguments]: Disable tests.
[description]: Remove mentions of Python version and add markup.
(python2-cliapp): Use PACKAGE-WITH-PYTHON2.
2021-05-22 16:04:59 +02:00
Marius Bakke 350833554b
gnu: python-coverage-test-runner: Add Python 3 variant.
* gnu/packages/check.scm (python2-coverage-test-runner): Rename to ...
(python-coverage-test-runner): ... this.
[arguments, propagated-inputs]: Adjust for Python 3.
(python2-coverage-test-runner): Use PACKAGE-WITH-PYTHON2.
2021-05-22 16:04:59 +02:00
Marius Bakke de47177400
gnu: sharutils: 'which' is a native input.
* gnu/packages/compression.scm (sharutils)[inputs]: Rename to ...
[native-inputs]: ... this.
2021-05-22 16:04:58 +02:00
Marius Bakke 9fe4e45be7
gnu: sharutils: Prepare for GCC 10.
* gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution
to avoid duplicate header definitions.
[arguments]: Remove trailing #t.
2021-05-22 16:04:58 +02:00
Marius Bakke c1947a8c7d
gnu: ntp: Prepare for GCC 10.
* gnu/packages/ntp.scm (ntp)[source](patches): New field.
2021-05-22 16:04:58 +02:00
Mathieu Othacehe 7003b2db52
scripts: discover: Report Avahi errors.
Fixes: <https://issues.guix.gnu.org/48561>.

* guix/scripts/discover (guix-discover): Report Avahi errors.
2021-05-22 14:04:19 +02:00
Christopher Baines fbabf0bec6
gnu: guix: Update to 9f2b2c4.
* gnu/packages/package-management.scm (guix): Update to 9f2b2c4.
2021-05-22 09:18:54 +01:00
Ricardo Wurmus 9f2b2c432b
gnu: Add emacs-poly-r.
* gnu/packages/statistics.scm (emacs-poly-r): New variable.
2021-05-22 07:14:29 +02:00
Ricardo Wurmus 9860c4fdce
gnu: Add emacs-poly-noweb.
* gnu/packages/emacs-xyz.scm (emacs-poly-noweb): New variable.
2021-05-22 07:14:28 +02:00
Eric Bavier a1a7a33b17
gnu: pinball: Update to 3.1.20201218.
* gnu/packages/games.scm (pinball): Update to 3.1.20201218.
[source]: Tarballs no longer published on sourceforge, so use git-fetch.
[native-inputs]: New field for bootstrapping inputs.
[inputs]: Add libltdl.
[arguments]: Add custom 'bootstrap' phase.
* gnu/packages/patches/pinball-system-ltdl.patch: Adjust to latest source.
* gnu/packages/patches/pinball-const-fix.patch,
gnu/packages/patches/pinball-cstddef.patch,
gnu/packages/patches/pinball-missing-separators.patch,
gnu/packages/patches/pinball-src-deps.patch: Delete upstreamed patches.
* gnu/local.mk (dist_patch_DATA): Remove them.
2021-05-21 22:37:54 -05:00
Björn Höfling 8aab6e0dfb
gnu: python-scour: Update to 0.38.2.
* gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2.
2021-05-21 22:20:13 +02:00
Björn Höfling b6c83dc5ae
gnu: python-scour: Correct version.
* gnu/packages/python-xyz.scm (python-scour): Correct version string
from 038.1 to 0.38.1.
2021-05-21 21:57:01 +02:00
Michael Rohleder bd382fae71
gnu: xfce4-screenshooter: Update to 1.9.9.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.9.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-05-21 12:21:14 -04:00
Roel Janssen 082988afac
gnu: Fix build for ldc.
* gnu/packages/dlang.scm (ldc): Disable tests that use ptrace.
2021-05-21 18:05:07 +02:00
Xinglu Chen 97c2e9e4f8
gnu: Add emacs-purescript-mode.
* gnu/packages/emacs-xyz.scm (emacs-purescript-mode): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-21 17:57:30 +02:00
Leo Famulari ed5a75c730
gnu: linux-libre: Update to 5.12.5.
* gnu/packages/linux.scm (linux-libre-5.11-version, deblob-scripts-5.11,
linux-libre-5.11-pristine-source, linux-libre-5.11-source,
linux-libre-headers-5.11, linux-libre-5.11): Remove variables.
(linux-libre-version, linux-libre-pristine-source, linux-libre-source,
linux-libre): Update to the 5.12 kernel series.
(linux-libre-with-bpf): Update to the 5.12 kernel series.
* gnu/packages/aux-files/linux-libre/5.11-arm.conf,
gnu/packages/aux-files/linux-libre/5.11-arm64.conf,
gnu/packages/aux-files/linux-libre/5.11-i686.conf,
gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2021-05-21 11:40:12 -04:00
Nicolas Goaziou e7f97f8af4
gnu: python-pikepdf: Update to 2.12.1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.1.
2021-05-21 17:36:34 +02:00
Nicolas Goaziou f161623913
gnu: giac: Update to 1.7.0-9.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-9.
2021-05-21 17:23:01 +02:00
aecepoglu 652a03888e
gnu: Add font-victor-mono
* gnu/packages/fonts.scm (font-victor-mono): New variable.
2021-05-21 13:32:30 +02:00
Felix Gruber 4bf2637c49
gnu: sameboy: Update to 0.14.3
* gnu/packages/emulators.scm (sameboy): Update to 0.14.3.
[native-inputs]: Remove gcc-9.
[arguments]: Use cc-for-target instead of hard-coding gcc.
2021-05-21 13:08:57 +02:00
Paul A. Patience d2e531fa43
gnu: Add numdiff.
* gnu/packages/maths.scm (numdiff): New variable.
2021-05-21 12:34:33 +02:00
Sharlatan Hellseher 8b972bd531
gnu: sbcl-cl-html5-parser: Enable tests.
* gnu/packages/lisp-xyz.scm (sbcl-cl-html5-parser)
  [arguments]: Enable tests, clean up not required #:asd-systems.
  [native-inputs]: Add json-streams, split-sequence and stefil.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-21 11:15:49 +02:00
Sharlatan Hellseher 20eb41b66a
gnu: Add cl-json-streams.
* gnu/packages/lisp-xyz.scm (sbcl-json-streams, ecl-json-streams,
  cl-json-streams): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-21 11:10:30 +02:00
Sharlatan Hellseher 2a60770f47
gnu: Add cl-woo.
* gnu/packages/lisp-xyz.scm (sbcl-woo, ecl-woo, cl-woo): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-21 11:02:06 +02:00
Sharlatan Hellseher c4ebe659ab
gnu: Add cl-lev.
* gnu/packages/lisp-xyz.scm (sbcl-lev, ecl-lev, cl-lev): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-21 10:28:13 +02:00
Sharlatan Hellseher 0195d9041a
gnu: Add cl-speedy-queue.
* gnu/packages/lisp-xyz.scm (sbcl-cl-speedy-queue, ecl-cl-speedy-queue,
  cl-speedy-queue): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-21 10:22:59 +02:00
Eric Bavier 1a06cafc07
gnu: detox: Update to 1.4.2.
* gnu/packages/admin.scm (detox): Update to 1.4.2
[arguments]: Remove '#:tests?', provide customer 'check' phase.
2021-05-20 22:20:01 -05:00
Guillaume Le Vaillant f7d2ae5754
gnu: kicad: Fix ngspice support.
Fixes <https://bugs.gnu.org/48336>.

* gnu/packages/engineering.scm (kicad)[arguments]: Add 'fix-ngspice-detection'
  phase.
2021-05-20 23:45:15 +02:00
Xinglu Chen cf95957985
gnu: emacs-org-super-agenda: Disable failing test.
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:phases>:
Disable the “org-super-agenda-test--:auto-tags” test.  The test failure was
caused by commit 71045f4e64.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-20 23:36:19 +02:00
Leo Famulari a74de6c41d
gnu: dav1d: Update to 0.9.0.
* gnu/packages/video.scm (dav1d): Update to 0.9.0.
2021-05-20 12:42:59 -04:00
Leo Famulari bead7dd736
gnu: libaom: Update to 3.1.0.
* gnu/packages/video.scm (libaom): Update to 3.1.0.
2021-05-20 12:42:49 -04:00
Ricardo Wurmus bd8e7621b8
guix: Build texlive-configuration only when texlive-base is present.
Fixes <https://bugs.gnu.org/48519>.

* guix/profiles.scm (texlive-configuration): Build only if texlive-base is
present in the profile's manifest.
2021-05-20 16:29:41 +02:00