summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-07-04gnu: tarlz: Update to 0.21.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (tarlz): Update to 0.21.
2021-07-04gnu: abiword: Update to 3.0.5.Tobias Geerinckx-Rice
* gnu/packages/abiword.scm (abiword): Update to 3.0.5.
2021-07-04gnu: nanovna-saver: Update to 0.3.9.Tobias Geerinckx-Rice
* gnu/packages/radio.scm (nanovna-saver): Update to 0.3.9.
2021-07-04gnu: Add ghc-quickcheck-assertions.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-quickcheck-assertions): New public variable.
2021-07-04gnu: Add ghc-test-framework-smallcheck.Tobias Geerinckx-Rice
* gnu/packages/haskell-check.scm (ghc-test-framework-smallcheck): New public variable.
2021-07-04gnu: Add ghc-finite-typelits.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-finite-typelits): New public variable.
2021-07-04gnu: Add ghc-text-zipper.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-text-zipper): New public variable.
2021-07-04gnu: Add ghc-data-clist.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-data-clist): New public variable.
2021-07-04gnu: Add ghc-config-ini.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-config-ini): New public variable.
2021-07-04gnu: hime: Import qt-utils.Domagoj Stolfa
* gnu/packages/language.scm (hime)[#:imported-modules]: Add qt-utils. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-04gnu: nimf: Import qt-utils.Domagoj Stolfa
* gnu/packages/language.scm (nimf)[#:imported-modules]: Add qt-utils. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-04gnu: emacs-spinner: Fix source URL.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-spinner)[source]: Fix URL.
2021-07-04gnu: grpc-1.16.1: Build with older protobuf.Efraim Flashner
* gnu/packages/rpc.scm (grpc-1.16.1)[native-inputs]: Replace protobuf with protobuf-3.6.
2021-07-04installer: Unconditionally import (gnu services cups) in config.scm.Tobias Geerinckx-Rice
* gnu/installer/steps.scm (format-configuration): Add cups to the list of GNU service modules.
2021-07-04installer: tests: Expect but do not select other services by default.Tobias Geerinckx-Rice
* gnu/installer/tests.scm (choose-services): Accept a new choose-other-service? keyword argument, defaulting to false. Expect an "Other services" checkbox-list. Update docstring.
2021-07-04gnu: zsh-autosuggestions: Update to 0.7.0.Brice Waegeneire
* gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.7.0.
2021-07-04gnu: zsh-autosuggestions: Disable failing tests.Brice Waegeneire
* gnu/packages/shellutils.scm (zsh-autosuggestions)[arguments]: Add 'patch-tests' phase.
2021-07-04gnu: qt5ct: Import all qt-build-system-modules.Leo Prikler
The previous definition tried to be clever and failed to capture, that qt-utils became necessary as of 7e24e1e58d6f53d9c77f6015229d0c35f7e66bca. See also <https://bugs.gnu.org/49374>. * gnu/packages/qt.scm (qt5ct)[#:imported-modules]: Expand qt-build-system-modules.
2021-07-04gnu: burgerspace: Update to 1.9.4.Nicolas Goaziou
* gnu/packages/games.scm (burgerspace): Update to 1.9.4.
2021-07-04gnu: fet: Update to 6.0.4.Nicolas Goaziou
* gnu/packages/education.scm (fet): Update to 6.0.4. [inputs]: Use Qt 6.
2021-07-04gnu: emacs-spinner: Update to 1.7.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-spinner): Update to 1.7.4.
2021-07-03file-systems: Ensure compared file names are both absolute or relative.Maxim Cournoyer
* gnu/system/file-systems.scm (file-prefix?): Return #f unless both file names are absolute or relative. Reported-by: Ludovic Courtès <ludo@gnu.org>
2021-07-04gnu: libgrss: Fix CVE-2016-20011.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgrss): Add patch. * gnu/packages/patches/libgrss-CVE-2016-2001.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2021-07-04gnu: Add ghc-ini.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-ini): New public variable.
2021-07-04gnu: corrode: Better construct version number.Tobias Geerinckx-Rice
* gnu/packages/haskell-apps.scm (corrode)[source]: Actually use the let-bound COMMIT instead of duplicating it. [version]: Call GIT-VERSION on it and a new REVISION.
2021-07-04gnu: libvirt: Work around broken SASL option.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (libvirt)[arguments]: Add "-Ddriver_remote=enabled" to #:configure-flags.
2021-07-03gnu: cataclysm-dda: Update to 0.F.Christopher Lemmer Webber
* gnu/packages/games.scm (cataclysm-dda): Update to 0.F.
2021-07-03gnu: Add emacs-seriestracker.Alexandr Vityazev
* gnu/packages/emacs-xyz.scm (emacs-seriestracker): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-03gnu: mbedtls-apache: Update home page.Matthew James Kraai
* gnu/packages/tls.scm (mbedtls-apache)[home-page]: Update. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-03gnu: Add emacs-muse.Morgan Smith
* gnu/packages/emacs-xyz.scm (emacs-muse): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-03gnu: emacs-magit: Update to 3.1.1.Matthew James Kraai
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-03gnu: blueman: Update to 2.2.1.Brice Waegeneire
* gnu/packages/networking.scm (blueman): Update to 2.2.1. [arguments]: Remove patch on dropped commands "assistant" and "report". squash! bnu: blueman: Update to 2.2.1.
2021-07-03services: pcscd: Fix daemon signal handling.Brice Waegeneire
"pcscd" wouldn't handle SIGTERM as it inherit ignoring this signal (and others) from its parent shepherd; fork+exec-command restore signal handling. Fixes <https://issues.guix.gnu.org/45202>. * gnu/services/security-token.scm (pcscd)[start]: Use fork+exec-command to start "pcscd".
2021-07-03gnu: Add ddcui.Brice Waegeneire
* gnu/packages/hardware.scm (ddcui): New variable.
2021-07-03gnu: keepassxc: Fix WRAP-QT-PROGRAM call.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (keepassxc)[arguments]: Call WRAP-QT-PROGRAM with the expected arguments.
2021-07-03gnu: ausweisapp2: Fix WRAP-QT-PROGRAM call.Tobias Geerinckx-Rice
* gnu/packages/security-token.scm (ausweisapp2)[arguments]: Call WRAP-QT-PROGRAM with the expected arguments.
2021-07-03gnu: Add ghc-word-wrap.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-word-wrap): New public variable.
2021-07-03gnu: Add gotypist.Tobias Geerinckx-Rice
* gnu/packages/education.scm (gotypist): New public variable.
2021-07-03gnu: Add go-github-com-gizak-termui.Tobias Geerinckx-Rice
* gnu/packages/golang.scm (go-github-com-gizak-termui): New public variable.
2021-07-03gnu: Add go-github-com-mitchellh-go-wordwrap.Tobias Geerinckx-Rice
* gnu/packages/golang.scm (go-github-com-mitchellh-go-wordwrap): New public variable.
2021-07-03gnu: Add cl-issr-core.Charles
* gnu/packages/lisp-xyz.scm (cl-issr-core, ecl-issr-core, sbcl-issr-core): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-03gnu: Add cl-tailrec.Charles
* gnu/packages/lisp-xyz.scm (sbcl-tailrec, ecl-tailrec, cl-tailrec): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-03gnu: Add cl-trivial-with-current-source-form.Charles
* gnu/packages/lisp-xyz.scm (cl-trivial-with-current-source-form, ecl-trivial-with-current-source-form, sbcl-trivial-with-current-source-form): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-03gnu: Add cl-unification.Charles
* gnu/packages/lisp-xyz.scm (sbcl-cl-unification, ecl-cl-unification, cl-unification): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-03gnu: cl-asdf: Update to 3.3.5.Pierre Neidhardt
* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
2021-07-03gnu: sbcl-serapeum: Update to 20210630.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20210630.
2021-07-03gnu: guix: Update to 6243ad3.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (guix): Update to 6243ad3.
2021-07-03gnu: stockfish: Factor out the neural network revision.Tobias Geerinckx-Rice
* gnu/packages/games.scm (stockfish): Factor out the neural-network-revision.
2021-07-03gnu: stockfish: Update to 14.Michael Rohleder
* gnu/packages/games.scm (stockfish): Update to 14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-07-02guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel
Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise.