summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2021-07-04gnu: nimf: Import qt-utils....* gnu/packages/language.scm (nimf)[#:imported-modules]: Add qt-utils. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Domagoj Stolfa
2021-07-04gnu: emacs-spinner: Fix source URL....* gnu/packages/emacs-xyz.scm (emacs-spinner)[source]: Fix URL. Nicolas Goaziou
2021-07-04gnu: grpc-1.16.1: Build with older protobuf....* gnu/packages/rpc.scm (grpc-1.16.1)[native-inputs]: Replace protobuf with protobuf-3.6. Efraim Flashner
2021-07-04gnu: zsh-autosuggestions: Update to 0.7.0....* gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.7.0. Brice Waegeneire
2021-07-04gnu: zsh-autosuggestions: Disable failing tests....* gnu/packages/shellutils.scm (zsh-autosuggestions)[arguments]: Add 'patch-tests' phase. Brice Waegeneire
2021-07-04gnu: qt5ct: Import all qt-build-system-modules....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. Leo Prikler
2021-07-04gnu: burgerspace: Update to 1.9.4....* gnu/packages/games.scm (burgerspace): Update to 1.9.4. Nicolas Goaziou
2021-07-04gnu: fet: Update to 6.0.4....* gnu/packages/education.scm (fet): Update to 6.0.4. [inputs]: Use Qt 6. Nicolas Goaziou
2021-07-04gnu: emacs-spinner: Update to 1.7.4....* gnu/packages/emacs-xyz.scm (emacs-spinner): Update to 1.7.4. Nicolas Goaziou
2021-07-04gnu: libgrss: Fix CVE-2016-20011....* 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. Tobias Geerinckx-Rice
2021-07-04gnu: Add ghc-ini....* gnu/packages/haskell-xyz.scm (ghc-ini): New public variable. Tobias Geerinckx-Rice
2021-07-04gnu: corrode: Better construct version number....* 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. Tobias Geerinckx-Rice
2021-07-04gnu: libvirt: Work around broken SASL option....* gnu/packages/virtualization.scm (libvirt)[arguments]: Add "-Ddriver_remote=enabled" to #:configure-flags. Tobias Geerinckx-Rice
2021-07-03gnu: cataclysm-dda: Update to 0.F....* gnu/packages/games.scm (cataclysm-dda): Update to 0.F. Christopher Lemmer Webber
2021-07-03gnu: Add emacs-seriestracker....* gnu/packages/emacs-xyz.scm (emacs-seriestracker): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-07-03gnu: mbedtls-apache: Update home page....* gnu/packages/tls.scm (mbedtls-apache)[home-page]: Update. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Matthew James Kraai
2021-07-03gnu: Add emacs-muse....* gnu/packages/emacs-xyz.scm (emacs-muse): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Morgan Smith
2021-07-03gnu: emacs-magit: Update to 3.1.1....* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Matthew James Kraai
2021-07-03gnu: blueman: Update to 2.2.1....* 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. Brice Waegeneire
2021-07-03gnu: Add ddcui....* gnu/packages/hardware.scm (ddcui): New variable. Brice Waegeneire
2021-07-03gnu: keepassxc: Fix WRAP-QT-PROGRAM call....* gnu/packages/password-utils.scm (keepassxc)[arguments]: Call WRAP-QT-PROGRAM with the expected arguments. Tobias Geerinckx-Rice
2021-07-03gnu: ausweisapp2: Fix WRAP-QT-PROGRAM call....* gnu/packages/security-token.scm (ausweisapp2)[arguments]: Call WRAP-QT-PROGRAM with the expected arguments. Tobias Geerinckx-Rice
2021-07-03gnu: Add ghc-word-wrap....* gnu/packages/haskell-xyz.scm (ghc-word-wrap): New public variable. Tobias Geerinckx-Rice
2021-07-03gnu: Add gotypist....* gnu/packages/education.scm (gotypist): New public variable. Tobias Geerinckx-Rice
2021-07-03gnu: Add go-github-com-gizak-termui....* gnu/packages/golang.scm (go-github-com-gizak-termui): New public variable. Tobias Geerinckx-Rice
2021-07-03gnu: Add go-github-com-mitchellh-go-wordwrap....* gnu/packages/golang.scm (go-github-com-mitchellh-go-wordwrap): New public variable. Tobias Geerinckx-Rice
2021-07-03gnu: Add cl-issr-core....* 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> Charles
2021-07-03gnu: Add cl-tailrec....* gnu/packages/lisp-xyz.scm (sbcl-tailrec, ecl-tailrec, cl-tailrec): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles
2021-07-03gnu: Add cl-trivial-with-current-source-form....* 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> Charles
2021-07-03gnu: Add cl-unification....* gnu/packages/lisp-xyz.scm (sbcl-cl-unification, ecl-cl-unification, cl-unification): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Charles
2021-07-03gnu: cl-asdf: Update to 3.3.5....* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5. Pierre Neidhardt
2021-07-03gnu: sbcl-serapeum: Update to 20210630....* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20210630. Pierre Neidhardt
2021-07-03gnu: guix: Update to 6243ad3....* gnu/packages/package-management.scm (guix): Update to 6243ad3. Tobias Geerinckx-Rice
2021-07-03gnu: stockfish: Factor out the neural network revision....* gnu/packages/games.scm (stockfish): Factor out the neural-network-revision. Tobias Geerinckx-Rice
2021-07-03gnu: stockfish: Update to 14....* gnu/packages/games.scm (stockfish): Update to 14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder
2021-07-02guix: qt-build-system, qt-utils: Unify wrapping of qt-programs....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. Hartmut Goebel
2021-07-02gnu: protobuf: Update to 3.17.3....* gnu/packages/protobuf.scm (protobuf): Update to 3.17.3. [phases]{disable-broken-tests}: New phase. {move-static-libraries}: Remove trailing #t. Maxim Cournoyer
2021-07-02gnu: qtbase: Specify configure flags via the #:configure-flags argument....* gnu/packages/qt.scm (qtbase): Delete trailing #t. [phases]{configure}: Print build directory and configure flags. Move configure flags to... [#:configure-flags]: ... this new argument. Maxim Cournoyer
2021-07-02gnu: qtbase: Enable GTK support....This allows Qt applications to use the GTK themes present on the system, providing a more integrated look and feel for many Qt applications used in the context of a GTK/GNOME environment. * gnu/packages/qt.scm (qtbase-5)[inputs]: Add gtk+. Maxim Cournoyer
2021-07-02gnu: atlas: Extend build time-out....* gnu/packages/maths.scm (atlas)[properties]: Quadruple the timeout. Tobias Geerinckx-Rice
2021-07-02gnu: shellcheck: Hide irrelevant CVE from ‘guix lint’....* gnu/packages/haskell-apps.scm (shellcheck)[properties]: Add CVE-2021-28794 to lint-hidden-cve. Tobias Geerinckx-Rice
2021-07-02gnu: shellcheck: Generate and install man page....* gnu/packages/haskell-apps.scm (shellcheck) [arguments]<#:phases>: Add build-man-page and install-man-page phases. [native-inputs]: Add pandoc. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Morgan Smith
2021-07-02gnu: wxsvg: Update to 1.5.22....* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.22. [inputs]: Move libexif & pango from here… [propagated-inputs]: …to here. Tobias Geerinckx-Rice
2021-07-02gnu: magic-enum: Update to 0.7.3....* gnu/packages/cpp.scm (magic-enum): Update to 0.7.3. Tobias Geerinckx-Rice
2021-07-02gnu: libfilezilla: Update to 0.29.0....* gnu/packages/ftp.scm (libfilezilla): Update to 0.29.0. Tobias Geerinckx-Rice
2021-07-02gnu: linux-libre: Build the VMD driver module....Requested by PsixisP on #guix: “I have a laptop that requires CONFIG_VMD (Intel's software RAID) in order for the kernel to see the internal NVMe drive. This is not present in the default Guix kernel.” * gnu/packages/aux-files/linux-libre/4.14-x86_64.conf, gnu/packages/aux-files/linux-libre/4.19-x86_64.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/5.10-x86_64.conf, gnu/packages/aux-files/linux-libre/5.12-x86_64.conf, gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Enable modular CONFIG_VMD. Tobias Geerinckx-Rice
2021-07-02gnu: gnuplot: Update to 5.4.2....* gnu/packages/maths.scm (gnuplot): Update to 5.4.2. Tobias Geerinckx-Rice
2021-07-02gnu: tsukundere: Update to 0.3.2....* gnu/packages/game-development.scm (tsukundere): Update to 0.3.2. Leo Prikler
2021-07-02gnu: renpy: Update to 7.4.6....* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to renpy-version 7.4.6. (python2-renpy): Update to version 7.4.6. Leo Prikler
2021-07-02gnu: Add python-meshio....* gnu/packages/simulation.scm (python-meshio): New variable. Paul Garlick