Commit graph

63348 commits

Author SHA1 Message Date
Ludovic Courtès f54cbc0e1b
import: Do not assume that 'package-source' returns an origin.
* guix/gnu-maintenance.scm (gnu-package?): Check whether
'package-source' returns an origin.
* guix/import/github.scm (updated-github-url): Likewise.
* guix/import/launchpad.scm (updated-launchpad-url): Likewise.
2020-07-03 23:53:31 +02:00
Ludovic Courtès 00290e7365
upstream: Define 'url-predicate' and use it.
* guix/upstream.scm (url-predicate): New procedure.
(url-prefix-predicate): Define in terms of 'url-predicate'.
* guix/import/cpan.scm (cpan-package?): Use 'url-predicate'.
* guix/import/cran.scm (cran-package?)
(bioconductor-package?)
(bioconductor-data-package?)
(bioconductor-experiment-package?): Likewise.
* guix/import/crate.scm (crate-package?): Likewise.
* guix/import/elpa.scm (package-from-gnu.org?): Likewise.
* guix/import/hackage.scm (hackage-package?): Likewise.
* guix/import/pypi.scm (pypi-package?): Likewise.
* guix/import/gem.scm (gem-package?): Use 'url-prefix-predicate'.
2020-07-03 23:53:31 +02:00
Ludovic Courtès 37c3e0bbaf
lint: Do not assume that a package's source is an origin.
* guix/lint.scm (check-source-file-name): Ensure ORIGIN is an origin.
(check-patch-file-names)[patches]: Likewise.
(check-source): Likewise.
2020-07-03 23:53:31 +02:00
Ricardo Wurmus c11b95af7f
gnu: hpcguix-web: Add guix to inputs.
* gnu/packages/web.scm (hpcguix-web)[inputs]: Add guix.
2020-07-03 22:43:47 +02:00
Eric Bavier 2ca4ae2993
gnu: Update synergy to 1.11.1.
* gnu/packages/synergy.scm (synergy): Update to 1.11.1.
[arguments]: Add "patch-desktop" phase.
[native-inputs]: New field.
[inputs]: Remove unused "xinput" input.
2020-07-03 14:06:42 -05:00
Pierre Neidhardt ec70df7243
gnu: nyxt (formerly 'next'): Update to 20200702.
* gnu/packages/web-browsers.scm (next): Deprecate in favour of nyxt.
(nyxt): New variable.
2020-07-03 15:37:11 +02:00
Jakub Kądziołka e643431c12
gnu: sbcl: Add comment explaining out-of-date version.
Make sure no one repeats this mistake.

This is a follow-up to commit 809aa3c51c.

* gnu/packages/lisp.scm (sbcl): Add a comment advising against updating
  to 2.0.6.
2020-07-03 15:19:33 +02:00
Guillaume Le Vaillant b8fe812fe9
gnu: js8call: Update to 2.2.0.
* gnu/packages/radio.scm (js8call): Update to 2.2.0.
  [inputs]: Use wsjtx-hamlib instead of regular hamlib.
2020-07-03 14:44:00 +02:00
Pierre Neidhardt 809aa3c51c
Revert "gnu: sbcl: Update to 2.0.6."
This reverts commit 1ac4959c6a.

SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp packages.
See https://github.com/melisgl/named-readtables/issues/19.
2020-07-03 11:37:45 +02:00
Guillaume Le Vaillant c7ce30cd5d
gnu: Add cl-napa-fft3.
* gnu/packages/lisp-xyz.scm (sbcl-napa-fft3, cl-napa-fft3): New variables.
2020-07-03 09:58:14 +02:00
Guillaume Le Vaillant 5a2997e5a6
gnu: Add cl-bordeaux-fft.
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-fft, cl-bordeaux-fft,
  ecl-bordeaux-fft): New variables.
2020-07-03 09:58:13 +02:00
Jan (janneke) Nieuwenhuizen 28febfafbb
guix system: "describe" displays multiboot info.
* guix/scripts/system.scm (display-system-generation): Display
multiboot-modules commands if set.
2020-07-03 09:28:16 +02:00
Jan (janneke) Nieuwenhuizen 2b76179ecd
services: system-service-type: Add entries support for the Hurd.
When creating a disk-image using --save-provenance, "guix system describe"
now works.

* gnu/system.scm (operating-system-directory-base-entries): Add conditional
"hurd" parameter, make "initrd" parameter conditional.
(hurd-default-essential-services): Use them.
(operating-system-boot-parameters-file): Only add 'initrd' when set.
2020-07-03 09:06:21 +02:00
Jan (janneke) Nieuwenhuizen 12906d3e2a
system: 'read-boot-parameters' allow initrd to be missing.
* gnu/system.scm (read-boot-parameters): Allow initrd to be missing.
2020-07-03 09:00:53 +02:00
Jan (janneke) Nieuwenhuizen aa864ebdb0
system: 'read-boot-parameters' bugfix for multiboot.
* gnu/system.scm (read-boot-parameters): Oops, only return value for
multiboot-modules instead of (key value).
2020-07-03 08:59:31 +02:00
Eric Bavier 67d621c56e
gnu: Add pfetch.
* gnu/packages/admin.scm (pfetch): New variable.
2020-07-02 22:45:02 -05:00
Eric Bavier ce9ea43373
gnu: Add ufetch.
* gnu/packages/admin.scm (ufetch): New variable.
2020-07-02 21:46:37 -05:00
Jakub Kądziołka 5ce123bd9a
gnu: Add lld.
* gnu/packages/llvm.scm (lld): New variable.
2020-07-03 01:26:17 +02:00
Jakub Kądziołka ff2f86114c
gnu: llvm-9: Backport patch to fix miscompilation for big-endian targets.
* gnu/packages/llvm.scm (llvm-9)[source]: Add new patch.
* gnu/packages/patches/llvm-9-fix-bitcast-miscompilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new file.
2020-07-03 01:26:16 +02:00
Jakub Kądziołka 7befec258c
gnu: rust: Bootstrap up to rustc 1.44.
* gnu/packages/rust.scm (rust-1.40, rust-1.41, rust-1.42, rust-1.43,
  rust-1.44): New variables.
2020-07-03 01:26:16 +02:00
Jakub Kądziołka 851a7caf1a
gnu: llvm-9: Backport patches to fix miscompilations.
* gnu/packages/llvm.scm (llvm-9)[source]: Add new patches.
* gnu/packages/patches/llvm-9-fix-lpad-miscompilation.patch,
  gnu/packages/patches/llvm-9-fix-scev-miscompilation.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register new patches.
2020-07-03 01:26:16 +02:00
Matthew Kraai f51d836a48
gnu: python-gevent: Propagate dependencies.
* gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Move
python-zope-event and python-zone-interface to ...
[propagated-inputs]: ... here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-02 23:54:02 +02:00
Ludovic Courtès af74c0633a
gnu: gash, gash-utils: Build with Guile 3.0.
* gnu/packages/shells.scm (gash)[source]: Add 'modules' and 'snippet'.
[inputs]: Change GUILE-2.2 to GUILE-3.0.
(gash-utils)[source]: Add 'modules' and 'snippet'.
[inputs]: Change GUILE-2.2 to GUILE-3.0.
* gnu/packages/commencement.scm (gash-utils-boot)[source]: Remove
unneeded 'modules' field, and add 'snippet'.
(gash-utils-boot)[source]: New field.
* gnu/packages/patches/gash-utils-ls-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-07-02 23:54:02 +02:00
Ludovic Courtès 2807a8432a
gnu: network-manager-openconnect: Patch all the 'openconnect' file names.
* gnu/packages/gnome.scm (network-manager-openconnect)[arguments]: Make
sure all the references to the 'openconnect' executable are patched.
2020-07-02 23:54:02 +02:00
André Batista 1239aabd4c
gnu: Add tor-client.
* gnu/packages/tor.scm (tor-client): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-02 23:54:02 +02:00
Ludovic Courtès 31522dfa19
Revert "ui: Use package-description-string."
This reverts commit bd03e99f66.

Reported by Ekaitz Zarraga <ekaitz@elenq.tech> at
<https://lists.gnu.org/archive/html/guix-devel/2020-06/msg00338.html>.

That commit broke would prevent "description: " from being taken into
account by the 'texi->plain-text' paragraph filling code.
2020-07-02 23:54:02 +02:00
Marius Bakke 415beccb1d
gnu: Add drbd-utils.
* gnu/packages/cluster.scm (drbd-utils): New variable.
2020-07-02 23:20:51 +02:00
Marius Bakke 5e0461c646
gnu: audacity: Update to 2.4.1.
* gnu/packages/audio.scm (audacity): Update to 2.4.1.
2020-07-02 23:20:51 +02:00
Marius Bakke 3162d11e70
gnu: Add parprouted.
* gnu/packages/networking.scm (parprouted): New public variable.
2020-07-02 23:20:51 +02:00
Marius Bakke 4d06076714
services: wpa-supplicant: Support specifying additional service dependencies.
* gnu/services/networking.scm (<wpa-supplicant-configuration>)[requirement]:
New parameter.
(wpa-supplicant-shepherd-service): Use it instead of hard-coded list.
* doc/guix.texi (Networking Services): Document accordingly.
2020-07-02 23:20:51 +02:00
Marius Bakke 6f8f13e941
services: wpa-supplicant: Do not export the <wpa-supplicant-configuration> record.
* gnu/services/networking.scm: Remove <wpa-supplicant-configuration> from exports.
2020-07-02 23:20:50 +02:00
Marius Bakke dd3bd0be24
gnu: Add debianutils.
* gnu/packages/debian.scm (debianutils): New public variable.
2020-07-02 23:20:50 +02:00
Marius Bakke 0ceb7c191d
gnu: Add UFO: Alien Invasion.
* gnu/packages/games.scm (%ufoai-commit, %ufoai-revision, %ufoai-version,
ufoai-source, ufo2map, ufoai-data, ufoai): New variables.
2020-07-02 23:20:50 +02:00
Mathieu Othacehe aea64acce7
gnu: cuirass: Update to 0.0.1-38.136a829.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-38.136a829.
2020-07-02 21:13:52 +02:00
Christopher Lemmer Webber 054153b28c
gnu: python-grequests: Fix tests by adding zope dependencies.
* gnu/packages/python-web.scm (python-grequests)[native-inputs]:
  Add python-zope.interface, python-zope.event.
2020-07-02 08:16:25 -04:00
Mathieu Othacehe b919d4048e
gnu: guix: Update to 1.1.0-16.d3eee3c.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-16.d3eee3c.
2020-07-02 13:50:51 +02:00
Mathieu Othacehe d3eee3c064
gnu: guix: Update to 1.1.0-15.03deb1e.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-15.03deb1e.
2020-07-02 13:19:30 +02:00
Mathieu Othacehe 6c59eb1da2
Revert "gnu: guix-minimal: Remove as failing and unused."
This reverts commit 044cffdf34.
2020-07-02 13:19:30 +02:00
Mathieu Othacehe 214874e820
Fix build without SSH support.
* gnu/local.mk (GNU_SYSTEM_MODULES): Only include
gnu/machine/digital-ocean.scm and gnu/machine/ssh.scm if HAVE_GUILE_SSH is
set.
2020-07-02 13:19:30 +02:00
Ricardo Wurmus 4be969fb7e
gnu: r-mnormt: Update to 2.0.1.
* gnu/packages/statistics.scm (r-mnormt): Update to 2.0.1.
2020-07-02 12:45:57 +02:00
Ricardo Wurmus 3c45241274
gnu: r-mda: Update to 0.5-2.
* gnu/packages/cran.scm (r-mda): Update to 0.5-2.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus 80897f9622
gnu: r-ingredients: Update to 1.3.0.
* gnu/packages/cran.scm (r-ingredients): Update to 1.3.0.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus 53ea4ae4ce
gnu: r-spdep: Update to 1.1-5.
* gnu/packages/cran.scm (r-spdep): Update to 1.1-5.
[native-inputs]: Add r-knitr.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus 1a4f3739fa
gnu: r-blockmodeling: Update to 1.0.0.
* gnu/packages/cran.scm (r-blockmodeling): Update to 1.0.0.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus f74542782b
gnu: r-future-apply: Update to 1.6.0.
* gnu/packages/cran.scm (r-future-apply): Update to 1.6.0.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus aa9cd2d4a3
gnu: r-fs: Update to 1.4.2.
* gnu/packages/cran.scm (r-fs): Update to 1.4.2.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus ddff76aae0
gnu: r-rdpack: Update to 1.0.0.
* gnu/packages/cran.scm (r-rdpack): Update to 1.0.0.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus bd978be3ae
gnu: r-annotationdbi: Update to 1.50.1.
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.1.
2020-07-02 12:45:53 +02:00
Nicolas Goaziou 95ccca19df
gnu: python-folium: Update to 0.11.0.
* gnu/packages/python-xyz.scm (python-folium): Update to 0.11.0.
2020-07-02 12:12:54 +02:00
Nicolas Goaziou dba255c033
gnu: wireshark: Update to 3.2.5.
* gnu/packages/networking.scm (wireshark): Update to 3.2.5.
2020-07-02 12:10:09 +02:00