summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-27gnu: podman: Update to 4.4.1.Hilton Chain
* gnu/packages/containers.scm (podman): Update to 4.4.1. [native-inputs]: Replace go to go-1.19. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27gnu: Add font-microsoft-cascadia.Jake Leporte
* gnu/packages/fonts.scm (font-microsoft-cascadia): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27gnu: Add scheme48-prescheme.Andrew Whatson
* gnu/packages/scheme.scm (scheme48-prescheme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27scripts: repl: Extend REPL %load-path with all channels.Simon Tournier
Fixes <https://bugs.gnu.org/61343>. Reported by 宋文武 <iyzsong@envs.net>. * guix/scripts/repl.scm (define-command): Before starting the REPL, call 'current-profile' to populate (%package-module-path). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-02-27gexp: computed-file: Do not honor %guile-for-build.Ludovic Courtès
This reverts commit 68775338a510f84e63657ab09242d79e726fa457. Fixes <https://issues.guix.gnu.org/61841>. (%guile-for-build) is a derivation for a specific system, whereas (default-guile) is a system-independent package. It's crucial to preserve this distinction. See discussion at <https://issues.guix.gnu.org/61255#29>. * guix/gexp.scm (computed-file-compiler): Honor (default-guile), not (%guile-for-build).
2023-02-27pack: Make sure tests can run without a world rebuild.Ludovic Courtès
Commit 68380db4c40a2ee1156349a87254fd7b1f1a52d5 moved from 'gexp->derivation', which as a side effect, would lead tests to require a "world rebuild"--specifically, they'd have to build (default-guile). This was mitigated by 68775338a510f84e63657ab09242d79e726fa457, but that change introduced another regression. * guix/scripts/pack.scm (populate-profile-root): Define 'bootstrap?'. Pass #:guile to 'computed-file', with a value depending on 'bootstrap?'. * tests/pack.scm ("self-contained-tarball + localstatedir") ("docker-image + localstatedir", "squashfs-image + localstatedir") ("deb archive with symlinks and control files") ("rpm archive can be installed/uninstalled"): Use a <profile> record instead of a derivation.
2023-02-27gnu: dpkg: Update to 1.21.21.Efraim Flashner
* gnu/packages/debian.scm (dpkg): Update to 1.21.21.
2023-02-27gnu: debootstrap: Update to 1.0.128.Efraim Flashner
* gnu/packages/debian.scm (debootstrap): Update to 1.0.128.
2023-02-27gnu: debian-ports-archive-keyring: Update to 2023.02.21.Efraim Flashner
* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2023.02.01. [arguments]: Remove trailing #t from phases.
2023-02-27gnu: Add cl-calm.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-calm, ecl-calm, sbcl-calm): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27gnu: Add cl-cairo2.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-cairo2, ecl-cl-cairo2, sbcl-cl-cairo2): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27gnu: Add cl-sdl2-mixer.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-sdl2-mixer, ecl-sdl2-mixer, sbcl-sdl2-mixer): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27gnu: cl-sdl2: Remove input labels.Sharlatan Hellseher
* gnu/packages/lisp.scm (sbcl-sdl2): [arguments]{asd-systems}: Add sdl2/examples. {phases}<fix-path>: Remove trailing #f from lambda, use search-input-file to link SO library. [inputs]: Remove labels, add sbcl-cl-opengl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27gnu: cl-sdl2: Update to 0.0.0-2.80410b5.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-sdl2): Update to 0.0.0-2.80410b5. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-02-27gnu: Fix openmpi related packages.Christopher Baines
This makes these package definitions compatible with the openmpi package which uses gexps as of f45fc72c282bc14da7212b4acb8fe9707e53aad0. * gnu/packages/mpi.scm (openmpi-c++, java-openmpi, openmpi-thread-multiple)[arguments]: Use gexps.
2023-02-27gnu: Remove emacs-transient from propagated-inputs.Andrew Tropin
emacs-transient is built into emacs already and not required as an explicit dependency anymore, but having it in propagated-inputs can break things in various ways: for example emacs-next have a newer version and automatically pulling older emacs-transient into profile breaks emoji-insert, or emacs-docker. * gnu/packages/emacs-xyz.scm (emacs-piem, emacs-clj-deps-new, emacs-dirvish): Remove emacs-transient from propagated-inputs.
2023-02-27gnu: texlive-apa6: Update reference to deprecated package.Ludovic Courtès
* gnu/packages/tex.scm (texlive-apa6)[inputs]: Replace 'texlive-generic-xstring' with 'texlive-xstring'.
2023-02-27gnu: libssh: Fix compilation on GNU/Hurd.Ludovic Courtès
* gnu/packages/ssh.scm (libssh)[source]: Add snippet.
2023-02-19gnu: perl-encode: Update to 3.19 [fixes CVE-2021-36770].Bruno Victal
* gnu/packages/perl.scm (perl-encode): Update to 3.19. [propagated-inputs]: Remove. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-26gnu: Add actionlint.Timo Wilken
Actionlint is a linter for GitHub Action workflow files. * gnu/packages/check.scm (actionlint): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-26gnu: Add go-github-com-robfig-cron-1.2.Timo Wilken
* gnu/packages/check.scm (go-github-com-robfig-cron-1.2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-26gnu: Add go-golang.org-x-sync-semaphore.Timo Wilken
* gnu/packages/golang.scm (go-golang.org-x-sync-semaphore): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-26gnu: clamav: Update to 0.103.8 [security fixes].kiasoc5
Fixes CVE-2023-20032 and CVE-2023-20052. * gnu/packages/antivirus.scm (clamav): Update to 0.103.8. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-02-19gnu: nano: Update to 7.2.Vasile Dumitrascu via Guix-patches via
* gnu/packages/nano.scm (nano): Update to 7.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-02-19gnu: perl-cgi: Update to 4.55Vasile Dumitrascu via Guix-patches via
* gnu/packages/web.scm (perl-cgi): Update to 4.55. [native-inputs]: Remove perl-test-deep. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
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-26build: haskell-build-system: Build static executables by default.Lars-Dominik Braun
This is the only way to get reasonably small binaries that don’t pull in a ton of ghc-* packages. * guix/build/haskell-build-system.scm (configure): Explicitly add --enable-static and --disable-executable-dynamic, as well as -split-sections to configure flags.
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.