aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-12gnu: sudo: Update to 1.9.7.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo): Update to 1.9.7.
2021-05-12doc: Do not instruct to decompress the VM image.Maxim Cournoyer
Also replace the obsolete 'guix system vm-image' command mention by the 'guix system image'. * doc/guix.texi (Running Guix in a VM): Remove VM image decompression instruction. <guix system vm-image>: Replace by 'guix system image'.
2021-05-12gnu: Add python-sqlalchemy-stubs.BonfaceKilz
* gnu/packages/databases.scm (python-sqlalchemy-stubs): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-05-12channels: Add a #:system argument to channel-instances->manifest.Christopher Baines
This allows computing a manifest for a specific system. Previously this was possible, but only through changing %current-system, which caused the derivation to be computed using that system as well (so computing a derivation for aarch64-linux on x86_64-linux would require running aarch64-linux code). This new argument adds the possibility of computing derivations for non-native systems, without having to run non-native code. I'm looking at this as it will enable the Guix Data Service to compute channel instance derivations without relying on QEMU emulation for non-native systems (it should be faster as well). * guix/channels.scm (build-from-source): Add #:system argument and pass to build. (build-channel-instance): Add system argument and pass to build-from-source. (channel-instance-derivations): Add #:system argument and pass to build-channel-instance, also rename system to current-system-value. (channel-instances->manifest): Add #:system argument and pass to channel-instance-derivations.
2021-05-11Merge branch 'version-1.3.0'Maxim Cournoyer
2021-05-11gnu: Add remmina.Raghav Gururajan
* gnu/packages/vnc.scm (remmina): New variable.
2021-05-11gnu: Add giara.Raghav Gururajan
* gnu/packages/syndication.scm (giara): New variable. * gnu/packages/patches/giara-fix-login.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2021-05-11gnu: guix: Update to 771b866.Maxim Cournoyer
2021-05-11gnu: python-networkx: Update to 2.5.1.Greg Hogan
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.1. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-05-11gnu: guix: Update to 1.3.0.Maxim Cournoyer
2021-05-11gnu: emacs-rime: Adjust to changes in emacs-build-system.Z572
* gnu/packages/emacs-xyz.scm (emacs-rime):[arguments]: Use #:include rather than #:phases to add librime-emacs.so. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-05-11gnu: Allow services to install kernel-loadable modules.raid5atemyhomework
* 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>
2021-05-11nls: Update translations.Maxim Cournoyer
2021-05-11gnu: Add ruby-yaml-lint.Efraim Flashner
* gnu/packages/ruby.scm (ruby-yaml-lint): New variable.
2021-05-11gnu: Add ruby-hkdf.Efraim Flashner
* gnu/packages/ruby.scm (ruby-hkdf): New variable.
2021-05-11gnu: python-pycurl: Migrate uri from bintray.Greg Hogan
* gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-11gnu: boost: Migrate uri from bintray.Greg Hogan
* gnu/packages/boost.scm (boost)[source]: Download from jfrog. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-11ssh: Fix type that broke offloading.Ludovic Courtès
Reported by Simon Streit <simon@netpanic.org>. Regression introduced in 3270308eebe82075d2f02517c5a2b1599928495c. * guix/ssh.scm (remote-daemon-channel)[redirect]: Unquote SOCKET-NAME.
2021-05-11gnu: Add cl-trivial-main-thread.Sharlatan Hellseher
* 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>
2021-05-11gnu: Add cl-simple-tasks.Sharlatan Hellseher
* 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>
2021-05-11gnu: Add cl-glsl-toolkit.Sharlatan Hellseher
* 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>
2021-05-11gnu: Add cl-messagebox.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-messagebox, ecl-messagebox, cl-messagebox): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-05-10nls: Update translations.Maxim Cournoyer
2021-05-10.gitignore: Ignore .mo files.Maxim Cournoyer
* .gitignore: Ignore files matching the *.mo pattern.
2021-05-10nls: New nl and oc translations for the 'packages' component.Maxim Cournoyer
* po/packages/nl.po: New file. * po/packages/oc.po: Likewise. * po/packages/LINGUAS: Register them.
2021-05-10nls: New oc and si translations for the 'guix' component.Maxim Cournoyer
* po/guix/oc.po: New file. * po/guix/si.po: Likewise. * po/guix/LINGUAS: Register them.
2021-05-10Update NEWS.Maxim Cournoyer
2021-05-10maint: update-NEWS: Sort packages prior writing to the data file.Maxim Cournoyer
* build-aux/update-NEWS.scm (main): Sort packages.
2021-05-10Update NEWS.Leo Famulari
2021-05-10gnu: tor: Update to 0.4.5.8.Efraim Flashner
* gnu/packages/tor.scm (tor): Update to 0.4.5.8.
2021-05-10system: vm-image.tmpl: Add a crutch to allow refreshing the resolution.Maxim Cournoyer
Inspired by https://github.com/jollheef/appvm/commit/1270b2e209bc002e69bbe6351ad5b04b7facfcc8. The price to pay is about 5% of a CPU core usage in the guest in the worst scenario. * gnu/system/examples/vm-image.tmpl (auto-update-resolution-crutch): New mcron job. [services]: Extend the mcron-service with it.
2021-05-10gnu: racket: Update to 8.1.Philip McGrath
* 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>
2021-05-10gnu: Add guile-fslib.Zelphir Kaltstahl
* gnu/packages/guile-xyz.scm (guile-fslib): New variable.
2021-05-10Update NEWS.Ludovic Courtès
2021-05-10guix: scripts system: Increase the size for generating Docker container images.Roel Janssen
* guix/scripts/system.scm: Override the default of 256.
2021-05-10gnu: passwordsafe: Update to 5.0.Trevor Hass
* 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>
2021-05-10gnu: chess: Update to 6.2.8.Efraim Flashner
* gnu/packages/games.scm (chess): Update to 6.2.8.
2021-05-10gnu: icecat: Validate runpath.Efraim Flashner
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Adjust custom 'configure phase to set LDFLAGS. Don't skip validating the runpath.
2021-05-09gnu: retux: Update to 1.5.Kei Kebreau
* gnu/packages/games.scm (retux): Update to 1.5. [source]: Download zip archive since a stable tar archive is unavailable. [native-inputs]: Add unzip.
2021-05-09gnu: python-sge: Update to 2.0.post0.Kei Kebreau
* gnu/packages/game-development.scm (python-sge): Update to 2.0.post0.
2021-05-09describe: Gracefully handle profiles that lack provenance info.Ludovic Courtès
Fixes <https://bugs.gnu.org/48313>. Previously, 'current-channels' would return the empty list when 'current-profile' is true but the profile lacks provenance info. * guix/describe.scm (current-channels)[build-time-metadata]: New procedure. Call it when 'manifest-entry-channel' returns #f for all of ENTRIES. * guix/scripts/describe.scm (guix-describe): When PROFILE is true, pass third argument to 'display-profile-info'.
2021-05-09diagnostics, ui: Adjust to 'read-error' and 'syntax-error' in Guile 3.0.6.Ludovic Courtès
* guix/diagnostics.scm (source-properties->location): Add clause for vectors. * guix/ui.scm (report-load-error): Tweak 'read-error' handling for 3.0.6. * tests/guix-package.sh: Relax regexp for the "unbound variable" diagnostic check. * tests/guix-system.sh: Adjust "missing closing paren" check for 3.0.6. * tests/records.scm (location-alist): New procedure. ("define-record-type* & wrong field specifier") ("define-record-type* & wrong field specifier, identifier") ("define-record-type* & duplicate initializers"): Use it.
2021-05-09gnu: python-pikepdf: Update to 2.12.0.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.0.
2021-05-09gnu: emacs-pyim: Update to 3.7.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.4.
2021-05-09gnu: img2pdf: Update to 0.4.1.Nicolas Goaziou
* gnu/packages/pdf.scm (img2pdf): Update to 0.4.1.
2021-05-09gnu: certbot, python-acme: Update to 1.15.0.Leo Famulari
* gnu/packages/tls.scm (python-acme, certbot): Update to 1.15.0.
2021-05-09gnu: ExifTool: Fix CVE-2021-22204Leo Famulari
* 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.
2021-05-09gnu: xfce4-panel: Update to 4.16.3.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-05-09gnu: thunar: Update to 4.16.8.Michael Rohleder
* gnu/packages/xfce.scm (thunar): Update to 4.16.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-05-09gnu: Add emacs-multitran.Alexandr Vityazev
gnu/packages/emacs-xyz.scm (emacs-multitran): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>