summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2023-02-26gnu: Remove unused Haskell packages....* gnu/packages/haskell-xyz.scm (ghc-attoparsec-bootstrap): Remove variable. (ghc-integer-logarithms-bootstrap): Likewise. (ghc-scientific-bootstrap): Likewise. (ghc-wcwidth-bootstrap): Likewise. (ghc-optparse-applicative-0.15.1.0): Likewise. Lars-Dominik Braun
2023-02-26gnu: ghc-9.2: Increase make verbosity....Tests time out on ci.guix.gnu.org. * gnu/packages/haskell.scm (ghc-9.2)[arguments]: Modify #:make-flags. Lars-Dominik Braun
2023-02-26Upgrade Haskell packages....Script-aided bulk change. Lars-Dominik Braun
2023-02-26gnu: Use HACKAGE-URI for packages from Hackage....Script-aided bulk change. Lars-Dominik Braun
2023-02-26gnu: Add upstream-name property to Haskell packages....Script-aided bulk change. Lars-Dominik Braun
2023-02-26gnu: Switch default to GHC 9.2....* gnu/packages/haskell.scm (ghc-9.0): Rename to just “ghc”. (ghc-9.2): Ditto. (ghc): Use ghc-9.2. Lars-Dominik Braun
2023-02-26gnu: linux-libre 4.14: Update to 4.14.307....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.307. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2023-02-26gnu: linux-libre 4.19: Update to 4.19.274....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.274. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2023-02-26gnu: linux-libre 5.4: Update to 5.4.233....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.233. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2023-02-26gnu: linux-libre 5.10: Update to 5.10.170....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.170. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2023-02-26gnu: linux-libre 5.15: Update to 5.15.96....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.96. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2023-02-26gnu: linux-libre: Update to 6.1.14....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.14. (linux-libre-6.1-pristine-source): Update hash. Leo Famulari
2023-02-26gnu: libssh: Update to 0.10.4....* gnu/packages/ssh.scm (libssh): Update to 0.10.4. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Vagrant Cascadian
2023-02-26gnu: xpadneo: Update to 0.9.5....* gnu/packages/linux.scm (xpadneo): Update to 0.9.5. Liliana Marie Prikler
2023-02-26gnu: emacs-next: Update to 29.0.60-1.f1f571e....* gnu/packages/emacs.scm (emacs-next): Update to 29.0.60-1.f1f571e. Liliana Marie Prikler
2023-02-26gnu: Add emacs-next-tree-sitter....* gnu/packages/emacs.scm (emacs-next-tree-sitter): New variable. (emacs-next): Remove tree sitter support. Liliana Marie Prikler
2023-02-25gnu: gparted: Update to 1.5.0....* gnu/packages/disk.scm (gparted): Update to 1.5.0. Signed-off-by: Leo Famulari <leo@famulari.name> Michael Rohleder
2023-02-19gnu: ethtool: Update to 6.2....* gnu/packages/networking.scm (ethtool): Update to 6.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Bruno Victal
2023-02-25gnu: virglrenderer: Update to 0.10.4....* 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> Simon Streit
2023-02-25gnu: spice-gtk: Adjust the default file name of the ACL helper binary....* gnu/packages/spice.scm (spice-gtk) [arguments]: Add adjust-default-acl-helper-path phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: gnome-boxes: Mention extra configuration requirements....* 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> Maxim Cournoyer
2023-02-25gnu: gnome-boxes: Update to 43.3....* 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> Maxim Cournoyer
2023-02-25gnu: osinfo-db: Use libsoup 3....* gnu/packages/virtualization.scm (libosinfo) [inputs]: Replace libsoup2 with libsoup. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Enable support for polkit, webdav and others....* 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> Maxim Cournoyer
2023-02-25gnu: phodav: Propagate glib, libsoup and libxml2....* 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> Maxim Cournoyer
2023-02-25gnu: usbutils: Update to 015....* gnu/packages/linux.scm (usbutils): Update to 015. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-vdagent: Update to 0.22.1....* 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> Maxim Cournoyer
2023-02-25gnu: spice: Update to 0.15.1....* gnu/packages/spice.scm (spice): Update to 0.15.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: libcacard: Remove obsolete configure flags....* gnu/packages/spice.scm (libcacard) [arguments]: Delete field. [propagated-inputs]: Reword comment. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: virglrenderer: Update to 0.7.0....* 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> Maxim Cournoyer
2023-02-25gnu: usbredir: Update to 0.13.0....* 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> Maxim Cournoyer
2023-02-25gnu: spice-protocol: Update to 0.14.4....* gnu/packages/spice.scm (spice-protocol): Update to 0.14.4. [arguments]: Use gexps. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir....* 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> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Update to 0.42....* 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> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Use gexps....* gnu/packages/spice.scm (spice-gtk) [arguments]: Streamline and use gexps. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Remove input labels....* gnu/packages/spice.scm (spice-gtk): Remove input labels. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: spice-gtk: Fix indentation and normalize field order....* gnu/packages/spice.scm (spice-gtk): Fix indentation. Move and re-order inputs below arguments. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2023-02-25gnu: guix: Update to 1.4.0-4.01fd830....* gnu/packages/package-management.scm (guix): Update to 1.4.0-4.01fd830. Maxim Cournoyer
2023-02-25gnu: texlive-xstring: Supersed texlive-generic-xstring....* gnu/packages/tex.scm (texlive-xstring): New variable. (texlive-generic-xstring): Deprecate in favour of the above. (texlive-minted): Use new name. Nicolas Goaziou
2023-02-25gnu: texlive-soul: Supersede texlive-generic-soul....* gnu/packages/tex.scm (texlive-soul): New variable. (texlive-generic-soul): Deprecate in favour of the above. Nicolas Goaziou
2023-02-24gnu: u-boot-ts7970-q-2g-1000mhz-c: Adjust description....* 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. Maxim Cournoyer
2023-02-25gnu: Add python-spherical-geometry....* gnu/packages/astronomy.scm (python-spherical-geometry): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2023-02-25gnu: Add postmarketos-theme....* gnu/packages/gnome-xyz.scm (postmarketos-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> conses
2023-02-25gnu: guix-icons: Never cross-compile....* gnu/packages/package-management.scm (guix-icons)[arguments]: Add #:target #f. Ludovic Courtès
2023-02-25gnu: python-paste: Update to 3.5.2....* gnu/packages/python-web.scm (python-paste): Update to 3.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jake Leporte
2023-02-25gnu: libgc: Define properties for the 'generic-html' updater....* gnu/packages/bdw-gc.scm (libgc)[source]: Add second URL. [properties]: New field. Ludovic Courtès
2023-02-25gnu: goffice@0.8: Remove input labels....* gnu/packages/gnome.scm (goffice-0.8)[inputs]: Remove label, use 'modify-inputs'. Ludovic Courtès
2023-02-25gnu: perl-gd: Use gexps....This helps cross-compilation: in that case, '%build-inputs' was unbound. * gnu/packages/gd.scm (perl-gd)[arguments]: Rewrite using gexps. Ludovic Courtès
2023-02-25gnu: perl-gd: Remove input labels....* gnu/packages/gd.scm (perl-gd)[inputs]: Remove labels. Ludovic Courtès
2023-02-25gnu: binutils-gold: Remove input label....* gnu/packages/base.scm (binutils-gold)[native-inputs]: Remove label. Ludovic Courtès