summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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.
* gnu: rust-bumpalo-2: Update to 2.6.0.Efraim Flashner2020-07-02
| | | | | * gnu/packages/crates-io.scm (rust-bumpalo-2): Update to 2.6.0. [arguments]: Don't skip build. Skip tests.
* gnu: rust-bumpalo-2.5: Rename to rust-bumpalo-2.Efraim Flashner2020-07-02
| | | | | * gnu/packages/crates-io.scm (rust-bumpalo-2.5): Rename to ... (rust-bumpalo-2): ... this.
* gnu: rust-crossbeam-utils-0.6: Update to 0.6.6.Efraim Flashner2020-07-02
| | | | | | * gnu/packages/crates-io.scm (rust-crossbeam-utils-0.6): Update to0.6.6. [arguments]: Don't skip build. Replace rust-rand-0.4 with 0.6 in cargo-development-inputs.
* gnu: rust-crossbeam-queue-0.1: Don't skip build.Efraim Flashner2020-07-02
| | | | | * gnu/packages/crates-io.scm (rust-crossbeam-queue-0.1[arguments]: Don't skip build. Replace rust-rand-0.4 with 0.6 in cargo-development-inputs.
* gnu: rust-crossbeam-epoch-0.7: Update to 0.7.2.Efraim Flashner2020-07-02
| | | | | | | * gnu/packages/crates-io.scm (rust-crossbeam-epoch-0.7): Update to 0.7.2. [arguments]: Don't skip build. In cargo-inputs replace rust-memoffset-0.2 with 0.5, rust-scopeguard-0.3 with 1.0. Replace rust-rand-0.4 with 0.6 in cargo-development-inputs.
* gnu: rust-crossbeam-epoch-0.8: Update to 0.8.2.Efraim Flashner2020-07-02
| | | | | | * gnu/packages/crates-io.scm (rust-crossbeam-epoch-0.8): Update to 0.8.2. [arguments]: Don't skip build. In cargo-inputs replace rust-autocfg-0.1 with 1.0. Add rust-maybe-uninit-2.0.
* gnu: rust-crossbeam-deque-0.7: Update to 0.7.3.Efraim Flashner2020-07-02
| | | | | * gnu/packages/crates-io.scm (rust-crossbeam-deque-0.7): Update to 0.7.3. [arguments]: Don't skip build. Add rust-maybe-unint-2.0 to cargo-inputs.
* gnu: rust-crossbeam-channel-0.3: Don't skip build.Efraim Flashner2020-07-02
| | | | | * gnu/packages/crates-io.scm (rust-crossbeam-channel-0.3)[arguments]: Don't skip build.
* gnu: rust-crossbeam-channel-0.4: Update to 0.4.2.Efraim Flashner2020-07-02
| | | | | | * gnu/packages/crates-io.scm (rust-crossbeam-channel-0.4): Update to 0.4.2. [arguments]: Don't skip build. Add rust-maybe-uninit-2.0 to cargo-inputs.
* gnu: rust-crossbeam-0.7: Update to 0.7.3.Efraim Flashner2020-07-02
| | | | | | | | * gnu/packages/crates-io.scm (rust-crossbeam-0.7): Update to 0.7.3. [arguments]: Don't skip build. In cargo-inputs replace rust-crossbeam-channel-0.3 with 0.4, rust-crossbeam-epoch-0.7 with 0.8, rust-crossbeam-queue-0.1 with 0.2, rust-crossbeam-utils-0.6 with 0.7. Replace rust-rand-0.4 with 0.6 in cargo-development-inputs.
* gnu: guix-minimal: Remove as failing and unused.Mathieu Othacehe2020-07-02
| | | | * gnu/packages/package-management.scm (guix-minimal): Remove it.
* gnu: git-annex: Build and install man pages.Kyle Meyer2020-07-02
| | | | | | | | * gnu/packages/haskell-apps.scm (git-annex)[arguments]: Add phases for building and installing the man pages. [native-inputs]: Add perl. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Update Iosevka fonts from 3.1.1 to 3.2.2.simendsjo2020-07-02
| | | | | | | | * gnu/packages/fonts.scm (font-iosevka, font-iosevka-slab, font-iosevka-term, font-iosevka-term-slab, font-iosevka-aile, font-iosevka-etoile, font-iosevka-sparkle): Update to 3.2.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>