summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-02-19gnu: mpg123: Update to 1.31.2.Vasile Dumitrascu via Guix-patches via
* gnu/packages/mp3.scm (mpg123): Update to 1.31.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19gnu: simple-scan: Update to 42.5.Vasile Dumitrascu via Guix-patches via
* gnu/packages/gnome.scm (simple-scan): Update to 42.5. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19gnu: network-manager-applet: Update to 1.30.0.Vasile Dumitrascu via Guix-patches via
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.30.0. [inputs]: Remove libnotify. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19gnu: xarchiver: Update to 0.5.4.20.Vasile Dumitrascu via Guix-patches via
* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.20. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19gnu: adwaita-icon-theme: Update to 43.Vasile Dumitrascu via Guix-patches via
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 43. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-26gnu: moe: Update to 1.13.Efraim Flashner
* gnu/packages/moe.scm (moe): Update to 1.13.
2023-02-26gnu: idris: Adapt to changed haskell-build-system.Lars-Dominik Braun
…which does not support the “static” output any more. * gnu/packages/idris.scm (idris)[arguments]: Remove phase restore-libidris_rts.
2023-02-26gnu: xmobar: Drop Haskell libraries and documentation.Lars-Dominik Braun
* gnu/packages/wm.scm (xmobar)[arguments]: Add 'remove-libraries phase and disable #:haddock?.
2023-02-26gnu: purescript: Drop Haskell libraries and documentation.Lars-Dominik Braun
* gnu/packages/purescript.scm (purescript)[arguments]: Add 'remove-libraries phase and disable #:haddock?.
2023-02-26gnu: pandoc: Drop Haskell libraries and documentation.Lars-Dominik Braun
* gnu/packages/haskell-xyz.scm (ghc-pandoc): Renamed from pandoc. (pandoc) [arguments]: Add 'remove-libraries phase and disable #:haddock?.
2023-02-26gnu: shellcheck: Drop Haskell libraries.Lars-Dominik Braun
* gnu/packages/haskell-apps.scm (shellcheck)[arguments]: Add 'remove-libraries phase.
2023-02-26gnu: git-annex: Drop Haskell documentation.Lars-Dominik Braun
* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Disable #:haddock?.
2023-02-26gnu: darcs: Drop Haskell libraries and documentation.Lars-Dominik Braun
* gnu/packages/haskell-apps.scm (darcs)[arguments]: Add 'remove-libraries phase and disable #:haddock?.
2023-02-26gnu: hledger: Drop Haskell libraries and documentation.Lars-Dominik Braun
* gnu/packages/finance.scm (ghc-hledger): New variable. (hledger): Inherit from ghc-hledger and add 'remove-libraries phase and disable #:haddock?.
2023-02-26gnu: ngless: Drop Haskell libraries and documentation.Lars-Dominik Braun
* gnu/packages/bioinformatics.scm (ngless)[arguments]: Add 'remove-libraries phase and disable #:haddock?.
2023-02-26gnu: ghc-lua: Disable symbol export.Lars-Dominik Braun
This turns on the linker flag -Wl,-E for all libraries depending on it, resulting in large binaries, because --gc-sections cannot clean exported symbols. * gnu/packages/haskell-xyz.scm (ghc-lua)[arguments]: Disable export-dynamic feature.
2023-02-26gnu: ghc-9.2: Support static linking with glibc < 2.34.Lars-Dominik Braun
* gnu/packages/patches/ghc-9.2-glibc-2.33-link-order.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/haskell.scm (ghc-9.2)[origin]: Use it.
2023-02-26build-system: haskell: Drop default "static" output.Lars-Dominik Braun
* guix/build-system/haskell.scm (lower): Pass outputs to lowered bag. * guix/build/haskell-build-system.scm (install): Remove static library moving code. * gnu/packages/haskell-check.scm (ghc-hunit): Remove "static" output. * gnu/packages/haskell-crypto.scm (ghc-crypto-api-tests): Likewise. * gnu/packages/haskell-xyz.scm (ghc-case-insensitive): Likewise. (ghc-cmdargs): Likewise. (ghc-conduit): Likewise. (ghc-fgl): Likewise. (ghc-haskell-src-exts): Likewise. (ghc-lib-parser): Likewise. (ghc-mono-traversable): Likewise. (ghc-parallel): Likewise. (ghc-paths): Likewise. (ghc-profunctors): Likewise. (ghc-tf-random): Likewise. (ghc-vector): Likewise.
2023-02-26gnu: elm: Support GHC 9.2.Lars-Dominik Braun
* gnu/packages/elm.scm (elm-sans-reactor)[source]: Add patch to support GHC 9.2. * gnu/packages/patches/elm-ghc9.2.patch: This one. * gnu/local.mk: Add it.
2023-02-26gnu: idris: Fix overly zealous regular expression.Lars-Dominik Braun
* gnu/packages/idris.scm (idris)[arguments]: Limit characters matched after package name in cabal file substitutions.
2023-02-26gnu: ghc-parsec: Update to 3.1.15.0.Lars-Dominik Braun
Missed by automation. * gnu/packages/haskell-xyz.scm (ghc-parsec)[version]: Update to 3.1.15.0. [native-inputs]: Switch from HUnit to tasty.
2023-02-26gnu: Remove unused Haskell packages.Lars-Dominik Braun
* 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.
2023-02-26gnu: ghc-9.2: Increase make verbosity.Lars-Dominik Braun
Tests time out on ci.guix.gnu.org. * gnu/packages/haskell.scm (ghc-9.2)[arguments]: Modify #:make-flags.
2023-02-26Upgrade Haskell packages.Lars-Dominik Braun
Script-aided bulk change.
2023-02-26gnu: Use HACKAGE-URI for packages from Hackage.Lars-Dominik Braun
Script-aided bulk change.
2023-02-26gnu: Add upstream-name property to Haskell packages.Lars-Dominik Braun
Script-aided bulk change.
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-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-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-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>