aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-26import: hackage: Add upstream-name property.Lars-Dominik Braun
* guix/import/hackage.scm (hackage-module->sexp): Add property upstream-name to imported package. * tests/hackage.scm (match-ghc-foo): Add upstream-name property. (match-ghc-foo-6): Ditto. (match-ghc-elif): Ditto. (match-ghc-foo-revision): Ditto. (match-ghc-foo-import): Ditto.
2023-02-26import: stackage: Update to release 20.5.Lars-Dominik Braun
* guix/import/stackage.scm (%default-lts-version): Update to 20.5.
2023-02-26gnu: Switch default to GHC 9.2.Lars-Dominik Braun
* gnu/packages/haskell.scm (ghc-9.0): Rename to just “ghc”. (ghc-9.2): Ditto. (ghc): Use ghc-9.2.
2023-02-26build: haskell-build-system: Support multiple libraries.Philip Munksgaard
Fixes <https://bugs.gnu.org/53655>. The patch handles correctly the multiple registration of some package using their own internal sub-libraries. It allows to call 'install-transitive-deps' multiple times and deals with packages requiring a multiple registration. * guix/build/haskell-build-system.scm (register)[install-transitive-deps]: Guard also the destination direction. [install-config-file]: New procedure. Co-Authored-by: zimoun <zimon.toutoune@gmail.com>. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-02-26build: haskell-build-system: Remove trailing #t.zimoun
* guix/build/haskell-build-system.scm (configure, install, setup-compiler, make-ghc-package-database, install-transitive-deps, check, haddock, patch-cabal-file, generate-setuphs): Delete trailing #t. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2023-02-26import: hackage: Allow version at the beginning of cabal file.Lars-Dominik Braun
Fix a corner case, uncovered by the hedgehog package, which has the version field at the beginning of its cabal file. This causes a pattern match failure. * guix/import/hackage.scm (latest-release): Match version at beginning of expression too.
2023-02-26gnu: linux-libre 4.14: Update to 4.14.307.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.307. (linux-libre-4.14-pristine-source): Update hash.
2023-02-26gnu: linux-libre 4.19: Update to 4.19.274.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.274. (linux-libre-4.19-pristine-source): Update hash.
2023-02-26gnu: linux-libre 5.4: Update to 5.4.233.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.233. (linux-libre-5.4-pristine-source): Update hash.
2023-02-26gnu: linux-libre 5.10: Update to 5.10.170.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.170. (linux-libre-5.10-pristine-source): Update hash.
2023-02-26gnu: linux-libre 5.15: Update to 5.15.96.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.96. (linux-libre-5.15-pristine-source): Update hash.
2023-02-26gnu: linux-libre: Update to 6.1.14.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.14. (linux-libre-6.1-pristine-source): Update hash.
2023-02-26gnu: libssh: Update to 0.10.4.Vagrant Cascadian
* gnu/packages/ssh.scm (libssh): Update to 0.10.4. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-02-26gnu: xpadneo: Update to 0.9.5.Liliana Marie Prikler
* gnu/packages/linux.scm (xpadneo): Update to 0.9.5.
2023-02-26gnu: emacs-next: Update to 29.0.60-1.f1f571e.Liliana Marie Prikler
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.60-1.f1f571e.
2023-02-26gnu: Add emacs-next-tree-sitter.Liliana Marie Prikler
* gnu/packages/emacs.scm (emacs-next-tree-sitter): New variable. (emacs-next): Remove tree sitter support.
2023-02-25.patman: Ignore bad tags.Maxim Cournoyer
The feature is not used in Guix, and it produces extraneous warnings. * .patman (ignore_bad_tags): Set option to True.
2023-02-25gnu: gparted: Update to 1.5.0.Michael Rohleder
* gnu/packages/disk.scm (gparted): Update to 1.5.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-19gnu: ethtool: Update to 6.2.Bruno Victal
* gnu/packages/networking.scm (ethtool): Update to 6.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-25gnu: virglrenderer: Update to 0.10.4.Simon Streit
* gnu/packages/spice.scm (virglrenderer): Update to 0.10.4. [source]: Use git-fetch and update URI. [build-system] Change to meson-build-system. [inputs]: Remove eudev. [native-inputs]: Add python. [home-page]: Update URL. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25cpio: Properly handle Unicode characters in file names.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/61722>. * guix/cpio.scm (file->cpio-header): Compute the file name length in bytes rather than in characters. (file->cpio-header*, special-file->cpio-header*): Likewise. (write-cpio-archive): Likewise, and write the file name as UTF-8 bytes, not textually, to avoid encoding it as ISO-8859-1.
2023-02-25gnu: spice-gtk: Adjust the default file name of the ACL helper binary.Maxim Cournoyer
* gnu/packages/spice.scm (spice-gtk) [arguments]: Add adjust-default-acl-helper-path phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: gnome-boxes: Mention extra configuration requirements.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-boxes) [description]: Mention about extending polkit and setuid services with spice-gtk. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25services: gnome-desktop-service-type: Extend setuid-program-service-type.Maxim Cournoyer
* gnu/services/desktop.scm (gnome-setuid-programs): New variable. (gnome-desktop-service-type): Extend setuid-program-service-type with it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25services: desktop: Extract a new gnome-package procedure.Maxim Cournoyer
* gnu/services/desktop.scm (<gnome-desktop-configuration>): Rename gnome package accessor to gnome-desktop-configuration-gnome, to avoid name conflict. (gnome-packages): Change first argument from a config object to a the gnome package used. Rename second argument from package to name. Extract core logic into... (gnome-package): ... this. (gnome-udev-rules, gnome-polkit-settings): Adjust accordingly. (gnome-desktop-service-type): Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25services: gnome-polkit-settings: Add spice-gtk.Maxim Cournoyer
* gnu/services/desktop.scm (gnome-polkit-settings): Add spice-gtk to the GNOME packages providing polkit rules. (package-direct-input-selector): Allow passing a list corresponding to the dependency tree, so that non-propagated transitive inputs can be specified. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: gnome-boxes: Update to 43.3.Maxim Cournoyer
* gnu/packages/gnome.scm (gnome-boxes): Update to 43.3. [arguments]: Remove configure-flags. Adjust disable-gtk-update-icon-cache phase. [inputs]: Replace gtk+ with gtk, libsoup-minimal-2 with libsoup, webkitgtk-with-libsoup2 with webkitgtk. [native-inputs]: Replace vala with vala-next. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: osinfo-db: Use libsoup 3.Maxim Cournoyer
* gnu/packages/virtualization.scm (libosinfo) [inputs]: Replace libsoup2 with libsoup. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: spice-gtk: Enable support for polkit, webdav and others.Maxim Cournoyer
* gnu/packages/spice.scm (spice-gtk) [arguments]: Add the correct-polkit-dir and fake-pkexec phases. [inputs]: Add acl, cyrus-sasl, libcap-ng, polkit and usbutils. [propagated-inputs]: Add libcacard and phodav. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: phodav: Propagate glib, libsoup and libxml2.Maxim Cournoyer
* gnu/packages/gnome.scm (phodav) [inputs]: Move libsoup to... [propagated-inputs]: ... here. Add glib and libxml2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: usbutils: Update to 015.Maxim Cournoyer
* gnu/packages/linux.scm (usbutils): Update to 015. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: spice-vdagent: Update to 0.22.1.Maxim Cournoyer
* gnu/packages/spice.scm (spice-vdagent): Update to 0.22.1. [source]: Delete patch. * gnu/packages/patches/spice-vdagent-glib-2.68.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: spice: Update to 0.15.1.Maxim Cournoyer
* gnu/packages/spice.scm (spice): Update to 0.15.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: libcacard: Remove obsolete configure flags.Maxim Cournoyer
* gnu/packages/spice.scm (libcacard) [arguments]: Delete field. [propagated-inputs]: Reword comment. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: virglrenderer: Update to 0.7.0.Maxim Cournoyer
* gnu/packages/spice.scm (virglrenderer): Update to 0.7.0. Remove patch. Re-indent and sort inputs. * gnu/packages/patches/virglrenderer-CVE-2017-6386.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: usbredir: Update to 0.13.0.Maxim Cournoyer
* gnu/packages/spice.scm (usbredir): Update to 0.13.0. [inputs]: Add glib. [native-inputs]: Remove autoconf, automake, and libtool. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: spice-protocol: Update to 0.14.4.Maxim Cournoyer
* gnu/packages/spice.scm (spice-protocol): Update to 0.14.4. [arguments]: Use gexps. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir.Maxim Cournoyer
* gnu/packages/spice.scm (spice-gtk) [inputs]: Move libjpeg-turbo, lz4, opus, and usbredir to... [propagated-inputs]: ... here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: spice-gtk: Update to 0.42.Maxim Cournoyer
* gnu/packages/spice.scm (spice-gtk): Update to 0.42. [build-system]: Use meson-build-system. [arguments]: Remove configure-flags. Rename disable-session-test phase to disable-problematic-tests, and adjust. Remove the patch-la-files phase. [native-inputs]: Add python, python-pyparsing and python-six. [inputs]: Remove python. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: spice-gtk: Use gexps.Maxim Cournoyer
* gnu/packages/spice.scm (spice-gtk) [arguments]: Streamline and use gexps. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: spice-gtk: Remove input labels.Maxim Cournoyer
* gnu/packages/spice.scm (spice-gtk): Remove input labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: spice-gtk: Fix indentation and normalize field order.Maxim Cournoyer
* gnu/packages/spice.scm (spice-gtk): Fix indentation. Move and re-order inputs below arguments. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-02-25gnu: guix: Update to 1.4.0-4.01fd830.Maxim Cournoyer
* gnu/packages/package-management.scm (guix): Update to 1.4.0-4.01fd830.
2023-02-25gnu: texlive-xstring: Supersed texlive-generic-xstring.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xstring): New variable. (texlive-generic-xstring): Deprecate in favour of the above. (texlive-minted): Use new name.
2023-02-25gnu: texlive-soul: Supersede texlive-generic-soul.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-soul): New variable. (texlive-generic-soul): Deprecate in favour of the above.
2023-02-24gnu: u-boot-ts7970-q-2g-1000mhz-c: Adjust description.Maxim Cournoyer
* gnu/packages/bootloaders.scm (u-boot-ts7970-q-2g-1000mhz-c): Adjust the u-boot.imx file name on the SD card to the default one used by the 'u-boot-ts7970-q-2g-1000mhz-c-bootloader' bootloader.
2023-02-24offload: Increase initial SSH connection timeout.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/61646>. * guix/scripts/offload.scm (open-ssh-session): Increase connection timeout from 10 s to 30 s. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-02-25gnu: Add python-spherical-geometry.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-spherical-geometry): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-25gnu: Add postmarketos-theme.conses
* gnu/packages/gnome-xyz.scm (postmarketos-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-25services: console-font, kmscon: Refer to native 'font-gnu-unifont' builds.Ludovic Courtès
Fixes a regression introduce in 01334a61c7541d8ae29c5252e2e5b3ed7a59c552 that would prevent system cross-compilation (with "guix system image --target=...") due to 'font-gnu-unifont' depending on 'perl-gd', which currently cannot be cross-compiled. * gnu/services/base.scm (%default-console-font, kmscon-service-type): Refer to 'font-gnu-unifont' with 'ungexp-native'.