summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* upstream: Define 'url-predicate' and use it.Ludovic Courtès2020-07-03
| | | | | | | | | | | | | | | * 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'.
* lint: Do not assume that a package's source is an origin.Ludovic Courtès2020-07-03
| | | | | | * guix/lint.scm (check-source-file-name): Ensure ORIGIN is an origin. (check-patch-file-names)[patches]: Likewise. (check-source): Likewise.
* gnu: hpcguix-web: Add guix to inputs.Ricardo Wurmus2020-07-03
| | | | * gnu/packages/web.scm (hpcguix-web)[inputs]: Add guix.
* gnu: Update synergy to 1.11.1.Eric Bavier2020-07-03
| | | | | | | * gnu/packages/synergy.scm (synergy): Update to 1.11.1. [arguments]: Add "patch-desktop" phase. [native-inputs]: New field. [inputs]: Remove unused "xinput" input.
* gnu: nyxt (formerly 'next'): Update to 20200702.Pierre Neidhardt2020-07-03
| | | | | * gnu/packages/web-browsers.scm (next): Deprecate in favour of nyxt. (nyxt): New variable.
* gnu: sbcl: Add comment explaining out-of-date version.Jakub Kądziołka2020-07-03
| | | | | | | | | Make sure no one repeats this mistake. This is a follow-up to commit 809aa3c51c5a0f3d8e3d8133b22684702cb90287. * gnu/packages/lisp.scm (sbcl): Add a comment advising against updating to 2.0.6.
* gnu: js8call: Update to 2.2.0.Guillaume Le Vaillant2020-07-03
| | | | | * gnu/packages/radio.scm (js8call): Update to 2.2.0. [inputs]: Use wsjtx-hamlib instead of regular hamlib.
* Revert "gnu: sbcl: Update to 2.0.6."Pierre Neidhardt2020-07-03
| | | | | | | This reverts commit 1ac4959c6a94a89fc8d3a73239d107cfb1d96240. SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp packages. See https://github.com/melisgl/named-readtables/issues/19.
* gnu: Add cl-napa-fft3.Guillaume Le Vaillant2020-07-03
| | | | * gnu/packages/lisp-xyz.scm (sbcl-napa-fft3, cl-napa-fft3): New variables.
* gnu: Add cl-bordeaux-fft.Guillaume Le Vaillant2020-07-03
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-bordeaux-fft, cl-bordeaux-fft, ecl-bordeaux-fft): New variables.
* guix system: "describe" displays multiboot info.Jan (janneke) Nieuwenhuizen2020-07-03
| | | | | * guix/scripts/system.scm (display-system-generation): Display multiboot-modules commands if set.
* services: system-service-type: Add entries support for the Hurd.Jan (janneke) Nieuwenhuizen2020-07-03
| | | | | | | | | | 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.
* system: 'read-boot-parameters' allow initrd to be missing.Jan (janneke) Nieuwenhuizen2020-07-03
| | | | * gnu/system.scm (read-boot-parameters): Allow initrd to be missing.
* system: 'read-boot-parameters' bugfix for multiboot.Jan (janneke) Nieuwenhuizen2020-07-03
| | | | | * gnu/system.scm (read-boot-parameters): Oops, only return value for multiboot-modules instead of (key value).
* gnu: Add pfetch.Eric Bavier2020-07-02
| | | | * gnu/packages/admin.scm (pfetch): New variable.
* gnu: Add ufetch.Eric Bavier2020-07-02
| | | | * gnu/packages/admin.scm (ufetch): New variable.
* gnu: Add lld.Jakub Kądziołka2020-07-03
| | | | * gnu/packages/llvm.scm (lld): New variable.
* gnu: llvm-9: Backport patch to fix miscompilation for big-endian targets.Jakub Kądziołka2020-07-03
| | | | | | * 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.
* gnu: rust: Bootstrap up to rustc 1.44.Jakub Kądziołka2020-07-03
| | | | | * gnu/packages/rust.scm (rust-1.40, rust-1.41, rust-1.42, rust-1.43, rust-1.44): New variables.
* gnu: llvm-9: Backport patches to fix miscompilations.Jakub Kądziołka2020-07-03
| | | | | | | * 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.
* gnu: python-gevent: Propagate dependencies.Matthew Kraai2020-07-02
| | | | | | | | * 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>
* gnu: gash, gash-utils: Build with Guile 3.0.Ludovic Courtès2020-07-02
| | | | | | | | | | | | * 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.
* gnu: network-manager-openconnect: Patch all the 'openconnect' file names.Ludovic Courtès2020-07-02
| | | | | * gnu/packages/gnome.scm (network-manager-openconnect)[arguments]: Make sure all the references to the 'openconnect' executable are patched.
* gnu: Add tor-client.André Batista2020-07-02
| | | | | | * gnu/packages/tor.scm (tor-client): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Revert "ui: Use package-description-string."Ludovic Courtès2020-07-02
| | | | | | | | | | This reverts commit bd03e99f66be1a038e3a8aeb502f5153fd05cc67. 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.
* gnu: Add drbd-utils.Marius Bakke2020-07-02
| | | | * gnu/packages/cluster.scm (drbd-utils): New variable.
* gnu: audacity: Update to 2.4.1.Marius Bakke2020-07-02
| | | | * gnu/packages/audio.scm (audacity): Update to 2.4.1.
* gnu: Add parprouted.Marius Bakke2020-07-02
| | | | * gnu/packages/networking.scm (parprouted): New public variable.
* services: wpa-supplicant: Support specifying additional service dependencies.Marius Bakke2020-07-02
| | | | | | | * 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.
* services: wpa-supplicant: Do not export the <wpa-supplicant-configuration> ↵Marius Bakke2020-07-02
| | | | | | record. * gnu/services/networking.scm: Remove <wpa-supplicant-configuration> from exports.
* gnu: Add debianutils.Marius Bakke2020-07-02
| | | | * gnu/packages/debian.scm (debianutils): New public variable.
* gnu: Add UFO: Alien Invasion.Marius Bakke2020-07-02
| | | | | * gnu/packages/games.scm (%ufoai-commit, %ufoai-revision, %ufoai-version, ufoai-source, ufo2map, ufoai-data, ufoai): New variables.
* gnu: cuirass: Update to 0.0.1-38.136a829.Mathieu Othacehe2020-07-02
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-38.136a829.
* gnu: python-grequests: Fix tests by adding zope dependencies.Christopher Lemmer Webber2020-07-02
| | | | | * gnu/packages/python-web.scm (python-grequests)[native-inputs]: Add python-zope.interface, python-zope.event.
* gnu: guix: Update to 1.1.0-16.d3eee3c.Mathieu Othacehe2020-07-02
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-16.d3eee3c.
* gnu: guix: Update to 1.1.0-15.03deb1e.Mathieu Othacehe2020-07-02
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-15.03deb1e.
* Revert "gnu: guix-minimal: Remove as failing and unused."Mathieu Othacehe2020-07-02
| | | | This reverts commit 044cffdf34c506d2f9f1fbbc07462f29d3edaf54.
* Fix build without SSH support.Mathieu Othacehe2020-07-02
| | | | | | * gnu/local.mk (GNU_SYSTEM_MODULES): Only include gnu/machine/digital-ocean.scm and gnu/machine/ssh.scm if HAVE_GUILE_SSH is set.
* gnu: r-mnormt: Update to 2.0.1.Ricardo Wurmus2020-07-02
| | | | * gnu/packages/statistics.scm (r-mnormt): Update to 2.0.1.
* gnu: r-mda: Update to 0.5-2.Ricardo Wurmus2020-07-02
| | | | * gnu/packages/cran.scm (r-mda): Update to 0.5-2.
* gnu: r-ingredients: Update to 1.3.0.Ricardo Wurmus2020-07-02
| | | | * gnu/packages/cran.scm (r-ingredients): Update to 1.3.0.
* gnu: r-spdep: Update to 1.1-5.Ricardo Wurmus2020-07-02
| | | | | * gnu/packages/cran.scm (r-spdep): Update to 1.1-5. [native-inputs]: Add r-knitr.
* gnu: r-blockmodeling: Update to 1.0.0.Ricardo Wurmus2020-07-02
| | | | * gnu/packages/cran.scm (r-blockmodeling): Update to 1.0.0.
* gnu: r-future-apply: Update to 1.6.0.Ricardo Wurmus2020-07-02
| | | | * gnu/packages/cran.scm (r-future-apply): Update to 1.6.0.
* gnu: r-fs: Update to 1.4.2.Ricardo Wurmus2020-07-02
| | | | * gnu/packages/cran.scm (r-fs): Update to 1.4.2.
* gnu: r-rdpack: Update to 1.0.0.Ricardo Wurmus2020-07-02
| | | | * gnu/packages/cran.scm (r-rdpack): Update to 1.0.0.
* gnu: r-annotationdbi: Update to 1.50.1.Ricardo Wurmus2020-07-02
| | | | * gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.1.
* gnu: python-folium: Update to 0.11.0.Nicolas Goaziou2020-07-02
| | | | * gnu/packages/python-xyz.scm (python-folium): Update to 0.11.0.
* gnu: wireshark: Update to 3.2.5.Nicolas Goaziou2020-07-02
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.2.5.
* gnu: emacs-tramp: Update to 2.4.4.Nicolas Goaziou2020-07-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.