aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2023-02-27gnu: debootstrap: Update to 1.0.128....* gnu/packages/debian.scm (debootstrap): Update to 1.0.128. Efraim Flashner
2023-02-27gnu: debian-ports-archive-keyring: Update to 2023.02.21....* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2023.02.01. [arguments]: Remove trailing #t from phases. Efraim Flashner
2023-02-27gnu: Add cl-calm....* gnu/packages/lisp-xyz.scm (cl-calm, ecl-calm, sbcl-calm): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2023-02-27gnu: Add cl-cairo2....* gnu/packages/lisp-xyz.scm (cl-cairo2, ecl-cl-cairo2, sbcl-cl-cairo2): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2023-02-27gnu: Add cl-sdl2-mixer....* 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> Sharlatan Hellseher
2023-02-27gnu: cl-sdl2: Remove input labels....* 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> Sharlatan Hellseher
2023-02-27gnu: cl-sdl2: Update to 0.0.0-2.80410b5....* gnu/packages/lisp-xyz.scm (sbcl-sdl2): Update to 0.0.0-2.80410b5. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2023-02-27gnu: Fix openmpi related packages....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. Christopher Baines
2023-02-27gnu: Remove emacs-transient from propagated-inputs....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. Andrew Tropin
2023-02-27gnu: texlive-apa6: Update reference to deprecated package....* gnu/packages/tex.scm (texlive-apa6)[inputs]: Replace 'texlive-generic-xstring' with 'texlive-xstring'. Ludovic Courtès
2023-02-27gnu: libssh: Fix compilation on GNU/Hurd....* gnu/packages/ssh.scm (libssh)[source]: Add snippet. Ludovic Courtès
2023-02-19gnu: perl-encode: Update to 3.19 [fixes CVE-2021-36770]....* gnu/packages/perl.scm (perl-encode): Update to 3.19. [propagated-inputs]: Remove. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Bruno Victal
2023-02-26gnu: Add actionlint....Actionlint is a linter for GitHub Action workflow files. * gnu/packages/check.scm (actionlint): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Timo Wilken
2023-02-26gnu: Add go-github-com-robfig-cron-1.2....* gnu/packages/check.scm (go-github-com-robfig-cron-1.2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Timo Wilken
2023-02-26gnu: Add go-golang.org-x-sync-semaphore....* gnu/packages/golang.scm (go-golang.org-x-sync-semaphore): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Timo Wilken
2023-02-26gnu: clamav: Update to 0.103.8 [security fixes]....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> kiasoc5
2023-02-19gnu: nano: Update to 7.2....* gnu/packages/nano.scm (nano): Update to 7.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vasile Dumitrascu via Guix-patches via
2023-02-19gnu: perl-cgi: Update to 4.55...* 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> Vasile Dumitrascu via Guix-patches via
2023-02-19gnu: mpg123: Update to 1.31.2....* gnu/packages/mp3.scm (mpg123): Update to 1.31.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vasile Dumitrascu via Guix-patches via
2023-02-19gnu: simple-scan: Update to 42.5....* gnu/packages/gnome.scm (simple-scan): Update to 42.5. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vasile Dumitrascu via Guix-patches via
2023-02-19gnu: network-manager-applet: Update to 1.30.0....* gnu/packages/gnome.scm (network-manager-applet): Update to 1.30.0. [inputs]: Remove libnotify. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vasile Dumitrascu via Guix-patches via
2023-02-19gnu: xarchiver: Update to 0.5.4.20....* gnu/packages/compression.scm (xarchiver): Update to 0.5.4.20. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vasile Dumitrascu via Guix-patches via
2023-02-19gnu: adwaita-icon-theme: Update to 43....* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 43. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vasile Dumitrascu via Guix-patches via
2023-02-26gnu: moe: Update to 1.13....* gnu/packages/moe.scm (moe): Update to 1.13. Efraim Flashner
2023-02-26gnu: idris: Adapt to changed haskell-build-system....…which does not support the “static” output any more. * gnu/packages/idris.scm (idris)[arguments]: Remove phase restore-libidris_rts. Lars-Dominik Braun
2023-02-26gnu: xmobar: Drop Haskell libraries and documentation....* gnu/packages/wm.scm (xmobar)[arguments]: Add 'remove-libraries phase and disable #:haddock?. Lars-Dominik Braun
2023-02-26gnu: purescript: Drop Haskell libraries and documentation....* gnu/packages/purescript.scm (purescript)[arguments]: Add 'remove-libraries phase and disable #:haddock?. Lars-Dominik Braun
2023-02-26gnu: pandoc: Drop Haskell libraries and documentation....* gnu/packages/haskell-xyz.scm (ghc-pandoc): Renamed from pandoc. (pandoc) [arguments]: Add 'remove-libraries phase and disable #:haddock?. Lars-Dominik Braun
2023-02-26gnu: shellcheck: Drop Haskell libraries....* gnu/packages/haskell-apps.scm (shellcheck)[arguments]: Add 'remove-libraries phase. Lars-Dominik Braun
2023-02-26gnu: git-annex: Drop Haskell documentation....* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Disable #:haddock?. Lars-Dominik Braun
2023-02-26gnu: darcs: Drop Haskell libraries and documentation....* gnu/packages/haskell-apps.scm (darcs)[arguments]: Add 'remove-libraries phase and disable #:haddock?. Lars-Dominik Braun
2023-02-26gnu: hledger: Drop Haskell libraries and documentation....* gnu/packages/finance.scm (ghc-hledger): New variable. (hledger): Inherit from ghc-hledger and add 'remove-libraries phase and disable #:haddock?. Lars-Dominik Braun
2023-02-26gnu: ngless: Drop Haskell libraries and documentation....* gnu/packages/bioinformatics.scm (ngless)[arguments]: Add 'remove-libraries phase and disable #:haddock?. Lars-Dominik Braun
2023-02-26gnu: ghc-lua: Disable symbol export....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. Lars-Dominik Braun
2023-02-26gnu: ghc-9.2: Support static linking with glibc < 2.34....* 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. Lars-Dominik Braun
2023-02-26build-system: haskell: Drop default "static" output....* 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. Lars-Dominik Braun
2023-02-26gnu: elm: Support GHC 9.2....* 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. Lars-Dominik Braun
2023-02-26gnu: idris: Fix overly zealous regular expression....* gnu/packages/idris.scm (idris)[arguments]: Limit characters matched after package name in cabal file substitutions. Lars-Dominik Braun
2023-02-26gnu: ghc-parsec: Update to 3.1.15.0....Missed by automation. * gnu/packages/haskell-xyz.scm (ghc-parsec)[version]: Update to 3.1.15.0. [native-inputs]: Switch from HUnit to tasty. Lars-Dominik Braun
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
keep the Getmail configuration in its own module. This patch will allow one to write something like this: (define-configuration foo-configuration (bar (string "bob") "Option bar.") (prefix bar-)) and the value of the ‘bar’ field would be serialized using a procedure named ‘bar-serialize-string’ instead of just ‘serialize-string’. * gnu/services/configuration.scm (define-maybe-helper): Accept ‘prefix’ argument for using serializer with custom prefix. (define-maybe): Pattern match on ‘prefix’ literal. (define-configuration-helper): Accept ‘prefix’ argument for using serializer with custom prefix. (define-configuration): Pattern match on ‘prefix’ literal. * tests/services/configuration.scm ("serialize-configuration with prefix"): New test. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen 2021-06-25Remove unused module imports from (gnu services vpn)....* gnu/services/vpn.scm: Remove (gnu packages networking) and (guix utils) imports. Tobias Geerinckx-Rice 2021-06-25gnu: Add strongswan service....* gnu/services/vpn.scm (<strongswan-configuration>): New record type. (charon-plugins, strongswan-configuration-file) (strongswan-shepherd-service, strongswan-service-type): New variables. * doc/guix.tex (VPN Services): Document them all. Domagoj Stolfa 2021-06-24services: certbot: Add option to use CSR file....* gnu/services/certbot.scm (<certificate-configuration>): Add csr field. (certbot-command): Modify. * doc/guix.texi (Certificate Services): Document it. Raghav Gururajan 2021-06-23services: cups: Remove obsolete KeepAliveTimeout directive....https://github.com/apple/cups/commit/461bd4e50142b2928a0d164bd1aae274e4d34da5 * gnu/services/cups.scm (<cups-configuration>): Remove keep-alive-timeout field. * doc/guix.texi (Printing Services): Likewise. Tobias Geerinckx-Rice 2021-06-23services: cups: Fix ‘files-config’ typo/left-over....* gnu/services/cups.scm (<policy-configuration>): Substitute <files-configuration> for <files-config> in documentation. * doc/guix.texi (Printing Services): Likewise. Tobias Geerinckx-Rice 2021-06-20services: openssh: Replace 'without-password' by 'prohibit-password'....For some time, OpenSSH's option 'PermitRootLogin' has deprecated the ambiguous argument 'without-password' with 'prohibit-password'. * doc/guix.texi (Network Services): Replace 'without-password by 'prohibit-password. * gnu/machine/digital-ocean.scm (guix-infect): Change system configuration to use 'prohibit-password. * gnu/services/ssh.scm (openssh-configuration): Change comment to use 'prohibit-password. (openssh-config-file): Add support for 'prohibit-password to 'permit-root-login'. Warn about deprecated 'without-password usage. * gnu/tests/ganeti.scm (%ganeti-os): Replace 'without-password by 'prohibit-password. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Brice Waegeneire 2021-06-19services: pcscd: Cleanup socket when started....Otherwise when pcscd doesn't terminate properly (ie. receive a SIGKILL), it won't start again because of it's socket already existing. * gnu/services/security-token.scm (pcscd-shepherd-service)[start]: Remove existing socket file. Brice Waegeneire 2021-06-19services: guix: Authorize 'bordeaux.guix.gnu.org.pub' by default....This follows on from the changes in 4985a4272497bf9ba87a2190353d915da9b55906. * gnu/services/base.scm (%default-authorized-guix-keys): Add bordeaux.guix.gnu.org.pub. Signed-off-by: Christopher Baines <mail@cbaines.net> Jack Hill 2021-06-14services: Remove deprecated service procedures....These service procedures were deprecated in January 2019, for instance in commit 65a67bf711b14bc7200f6730c0f173375ca12974. * gnu/services/avahi.scm (avahi-service): Remove. * gnu/services/base.scm (console-keymap, guix-service) (guix-publish-service, gpm-service, urandom-seed-service): Remove. * gnu/services/desktop.scm (upower-service, colord-service): Remove. * gnu/services/mcron.scm (mcron-service): Remove. * gnu/services/messaging.scm (bitlbee-service): Remove. * gnu/services/networking.scm (dhcp-client-service, ntp-service) (tor-service): Remove. * gnu/services/xorg.scm (slim-service, gdm-service): Remove. Ludovic Courtès 2021-06-10services: laminar: Create parent directory for unix socket....* gnu/services/ci.scm (laminar-activation): New function. (laminar-service-type): Extend activation-service-type with laminar-activation. Arun Isaac 2021-06-01services: cuirass: Do not export record type descriptors....* gnu/services/cuirass.scm (<cuirass-remote-server-configuration>) (<cuirass-configuration>, <cuirass-remote-worker-configuration>): Do not export. Ludovic Courtès 2021-06-01services: cuirass: Create the profile and GC root directory....* gnu/services/cuirass.scm (cuirass-activation): Create /var/guix/profiles/per-user/cuirass/cuirass or similar. Ludovic Courtès 2021-05-31services: dnsmasq: Extend 'activation-service'....* gnu/services/dns.scm (dnsmasq-activation): New procedure … (dnsmasq-service-type): … use it. Brice Waegeneire 2021-05-31services: hostapd: Use package from configuration....* gnu/services/networking.scm (hostapd-shepherd-services): Replace 'hostapd' by the package specified in the configuration. Brice Waegeneire 2021-05-24gnu: services: Add missing wireguard related exports....* gnu/services/vpn.scm: Export 'wireguard-peer-public-key' and 'wireguard-peer-keep-alive'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Solene Rapenne 2021-05-19services: opendht: Fix hang at boot....Fixes <https://issues.guix.gnu.org/48521>. The problem was caused by the 'file-system-mapping' record not being in scope. * gnu/services/networking.scm (opendht-shepherd-service): Import the (gnu system file-systems) module. [requirement]: Depend on networking, to avoid spurious output. [modules]: New field. [start] <group>: New argument. Maxim Cournoyer