summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Allow services to install kernel-loadable modules.raid5atemyhomework2021-05-11
| | | | | | | | | | | | | | | | | | | | | | * gnu/system.scm (operating-system-directory-base-entries): Remove code to handle generation of "kernel" for linux-libre kernels. (operating-system-default-essential-services): Instantiate linux-builder-service-type. (package-for-kernel): Move ... * gnu/services.scm: ... to here. (linux-builder-service-type): New variable. (linux-builder-configuration): New type. (linux-loadable-module-service-type): New variable. * gnu/tests/linux-modules.scm (run-loadable-kernel-modules-test): Move code to ... (run-loadable-kernel-modules-test-base): ... new procedure here. (run-loadable-kernel-modules-service-test): New procedure. (%test-loadable-kernel-modules-service-0): New variable. (%test-loadable-kernel-modules-service-1): New variable. (%test-loadable-kernel-modules-service-2): New variable. * doc/guix.texi: Document linux-loadable-module-service-type. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add ruby-yaml-lint.Efraim Flashner2021-05-11
| | | | * gnu/packages/ruby.scm (ruby-yaml-lint): New variable.
* gnu: Add ruby-hkdf.Efraim Flashner2021-05-11
| | | | * gnu/packages/ruby.scm (ruby-hkdf): New variable.
* gnu: python-pycurl: Migrate uri from bintray.Greg Hogan2021-05-11
| | | | | | * gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: boost: Migrate uri from bintray.Greg Hogan2021-05-11
| | | | | | * gnu/packages/boost.scm (boost)[source]: Download from jfrog. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* ssh: Fix type that broke offloading.Ludovic Courtès2021-05-11
| | | | | | | Reported by Simon Streit <simon@netpanic.org>. Regression introduced in 3270308eebe82075d2f02517c5a2b1599928495c. * guix/ssh.scm (remote-daemon-channel)[redirect]: Unquote SOCKET-NAME.
* gnu: Add cl-trivial-main-thread.Sharlatan Hellseher2021-05-11
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-main-thread, ecl-trivial-main-thread, cl-trivial-main-thread): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-simple-tasks.Sharlatan Hellseher2021-05-11
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-simple-tasks, ecl-simple-tasks, cl-simple-tasks): New packages. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-glsl-toolkit.Sharlatan Hellseher2021-05-11
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit, ecl-glsl-toolkit, cl-glsl-toolkit): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-messagebox.Sharlatan Hellseher2021-05-11
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-messagebox, ecl-messagebox, cl-messagebox): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: tor: Update to 0.4.5.8.Efraim Flashner2021-05-10
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.5.8.
* gnu: racket: Update to 8.1.Philip McGrath2021-05-10
| | | | | | | | * gnu/packages/racket.scm (racket-minimal): Update to 8.1. [arguments](#:phases): Remove 'patch-chez-configure: fixes applied upstream. (racket): Update to 8.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add guile-fslib.Zelphir Kaltstahl2021-05-10
| | | | * gnu/packages/guile-xyz.scm (guile-fslib): New variable.
* guix: scripts system: Increase the size for generating Docker container images.Roel Janssen2021-05-10
| | | | * guix/scripts/system.scm: Override the default of 256.
* gnu: passwordsafe: Update to 5.0.Trevor Hass2021-05-10
| | | | | | | * gnu/packages/gnome.scm (passwordsafe): Update to 5.0. [inputs]: Replace libhandy-0.0 with libhandy. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: chess: Update to 6.2.8.Efraim Flashner2021-05-10
| | | | * gnu/packages/games.scm (chess): Update to 6.2.8.
* gnu: icecat: Validate runpath.Efraim Flashner2021-05-10
| | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments]: Adjust custom 'configure phase to set LDFLAGS. Don't skip validating the runpath.
* gnu: retux: Update to 1.5.Kei Kebreau2021-05-09
| | | | | | * gnu/packages/games.scm (retux): Update to 1.5. [source]: Download zip archive since a stable tar archive is unavailable. [native-inputs]: Add unzip.
* gnu: python-sge: Update to 2.0.post0.Kei Kebreau2021-05-09
| | | | * gnu/packages/game-development.scm (python-sge): Update to 2.0.post0.
* gnu: python-pikepdf: Update to 2.12.0.Nicolas Goaziou2021-05-09
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.0.
* gnu: emacs-pyim: Update to 3.7.4.Nicolas Goaziou2021-05-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.4.
* gnu: img2pdf: Update to 0.4.1.Nicolas Goaziou2021-05-09
| | | | * gnu/packages/pdf.scm (img2pdf): Update to 0.4.1.
* gnu: certbot, python-acme: Update to 1.15.0.Leo Famulari2021-05-09
| | | | * gnu/packages/tls.scm (python-acme, certbot): Update to 1.15.0.
* gnu: ExifTool: Fix CVE-2021-22204Leo Famulari2021-05-09
| | | | | | * gnu/packages/patches/perl-image-exiftool-CVE-2021-22204.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/photo.scm (perl-image-exiftool)[source]: Use it.
* gnu: xfce4-panel: Update to 4.16.3.Michael Rohleder2021-05-09
| | | | | | * gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: thunar: Update to 4.16.8.Michael Rohleder2021-05-09
| | | | | | * gnu/packages/xfce.scm (thunar): Update to 4.16.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-multitran.Alexandr Vityazev2021-05-09
| | | | | | gnu/packages/emacs-xyz.scm (emacs-multitran): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: icedove: Update to 78.10.1.Jonathan Brielmaier2021-05-09
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.10.1.
* gnu: emacs-clojure-mode: Update to 5.13.0.Nicolas Goaziou2021-05-09
| | | | | * gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.13.0. [arguments]<#:phases>: Remove fix, now applied upstream.
* gnu: linux-libre@5.12: Update arm64 config to support Pinebook Pro.Vagrant Cascadian2021-05-08
| | | | | | * gnu/packages/aux-files/linux-libre/5.11-arm64.conf: Add configurations to support video, audio, USB-C and battery on Pinebook Pro.
* gnu: linux-libre@5.12: Default to schedutil cpufreq governor on armVagrant Cascadian2021-05-08
| | | | | | | | | | | | and arm64. This has been the recommended default for arm and arm64 since v5.9 (upstream commit f259eab3ea0e7ed73db91f6358274dd3a9a27d79). * gnu/packages/aux-files/linux-libre/5.12-arm.conf, gnu/packages/aux-files/linux-libre/5.12-arm64.conf: Enable CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL, disable CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE.
* gnu: java-eclipse-jetty-util-9.2: Fix test failure.Julien Lepiller2021-05-09
| | | | | * gnu/packages/web.scm (java-eclipse-jetty-http-test-classes-9.2) [native-inputs]: Add missing test dependencies
* gnu: java-eclipse-jetty-util-9.2: Fix test failure.Julien Lepiller2021-05-09
| | | | | * gnu/packages/web.scm (java-eclipse-jetty-util-9.2)[native-inputs]: Add missing test dependencies.
* gnu: linux-libre 4.19: Update to 4.19.190.Leo Famulari2021-05-08
| | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.190. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.117.Leo Famulari2021-05-08
| | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.117. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.35.Leo Famulari2021-05-08
| | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.35. (linux-libre-5.10-pristine-source): Update hash. (deblob-scripts-5.10): Update hash.
* gnu: linux-libre: Update to 5.11.19.Leo Famulari2021-05-08
| | | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.19. (linux-libre-5.11-pristine-source): Update hash. (deblob-scripts-5.11): Update hash.
* gnu: Add linux-libre 5.12.2.Leo Famulari2021-05-08
| | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.12-version, deblob-scripts-5.12, linux-libre-5.12-pristine-source, linux-libre-5.12-source, linux-libre-headers-5.12, linux-libre-5.12): New variables. * gnu/packages/aux-files/linux-libre/5.12-arm.conf, gnu/packages/aux-files/linux-libre/5.12-arm64.conf, gnu/packages/aux-files/linux-libre/5.12-i686.conf, gnu/packages/aux-files/linux-libre/5.12-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them.
* gnu: cozy: Update to 0.9.4.Vinicius Monego2021-05-08
| | | | | | * gnu/packages/ebook.scm (cozy): Update to 0.9.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add emacs-cwl-mode.Arun Isaac2021-05-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-cwl-mode): New variable.
* gnu: Add emacs-evil-tex.Xinglu Chen2021-05-08
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-tex): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: emacs-pyim: Update to 3.7.3.Arun Isaac2021-05-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.3.
* gnu: wine: Update to 6.8.Leo Prikler2021-05-08
| | | | * gnu/packages/wine.scm (wine): Update to 6.8.
* services: configuration: Export 'no-serialization' syntactic keyword.Ludovic Courtès2021-05-08
| | | | | | This is a followup to 3f9a12dc082b20426fc740416601b69ea1897193. * gnu/services/configuration.scm (no-serialization): New variable.
* ssh: Honor GUIX_DAEMON_SOCKET on the target machine.Ludovic Courtès2021-05-08
| | | | | | | | | Fixes <https://bugs.gnu.org/48240>. Reported by Ricardo Wurmus <rekado@elephly.net>. * guix/ssh.scm (remote-daemon-channel)[redirect]: Define 'connect-to-daemon'. Use the same-named procedure from (guix store) when available, and honor GUIX_DAEMON_SOCKET.
* store: Export 'connect-to-daemon'.Ludovic Courtès2021-05-08
| | | | * guix/store.scm (connect-to-daemon): Make public. Improve docstring.
* ssh: 'connect-to-remote-daemon' raises a nicer message upon error.Ludovic Courtès2021-05-08
| | | | | * guix/ssh.scm (connect-to-remote-daemon): Catch 'store-connection-error?' and rethrow.
* store: 'open-connection' never returns #f.Ludovic Courtès2021-05-08
| | | | | * guix/store.scm (open-connection)[handshake-error]: New procedure. Call it in code paths that would previously return #f.
* weather: '--display-missing' shows the system type of missing items.Ludovic Courtès2021-05-08
| | | | | | * guix/scripts/weather.scm (store-item-system): New procedure. (report-server-coverage): Use it to print the system type of each missing item.
* gnu: volctl: Comment on the license.Ludovic Courtès2021-05-08
| | | | * gnu/packages/gtk.scm (volctl): Comment on the license.