summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: pcscd: Fix daemon signal handling.Brice Waegeneire2021-07-03
| | | | | | | | | "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".
* gnu: Add ddcui.Brice Waegeneire2021-07-03
| | | | * gnu/packages/hardware.scm (ddcui): New variable.
* gnu: keepassxc: Fix WRAP-QT-PROGRAM call.Tobias Geerinckx-Rice2021-07-03
| | | | | * gnu/packages/password-utils.scm (keepassxc)[arguments]: Call WRAP-QT-PROGRAM with the expected arguments.
* gnu: ausweisapp2: Fix WRAP-QT-PROGRAM call.Tobias Geerinckx-Rice2021-07-03
| | | | | * gnu/packages/security-token.scm (ausweisapp2)[arguments]: Call WRAP-QT-PROGRAM with the expected arguments.
* gnu: Add ghc-word-wrap.Tobias Geerinckx-Rice2021-07-03
| | | | * gnu/packages/haskell-xyz.scm (ghc-word-wrap): New public variable.
* gnu: Add gotypist.Tobias Geerinckx-Rice2021-07-03
| | | | * gnu/packages/education.scm (gotypist): New public variable.
* gnu: Add go-github-com-gizak-termui.Tobias Geerinckx-Rice2021-07-03
| | | | * gnu/packages/golang.scm (go-github-com-gizak-termui): New public variable.
* gnu: Add go-github-com-mitchellh-go-wordwrap.Tobias Geerinckx-Rice2021-07-03
| | | | * gnu/packages/golang.scm (go-github-com-mitchellh-go-wordwrap): New public variable.
* gnu: Add cl-issr-core.Charles2021-07-03
| | | | | | | * 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>
* gnu: Add cl-tailrec.Charles2021-07-03
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-tailrec, ecl-tailrec, cl-tailrec): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-trivial-with-current-source-form.Charles2021-07-03
| | | | | | | | * 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>
* gnu: Add cl-unification.Charles2021-07-03
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-unification, ecl-cl-unification, cl-unification): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-asdf: Update to 3.3.5.Pierre Neidhardt2021-07-03
| | | | * gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
* gnu: sbcl-serapeum: Update to 20210630.Pierre Neidhardt2021-07-03
| | | | * gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20210630.
* gnu: guix: Update to 6243ad3.Tobias Geerinckx-Rice2021-07-03
| | | | * gnu/packages/package-management.scm (guix): Update to 6243ad3.
* gnu: stockfish: Factor out the neural network revision.Tobias Geerinckx-Rice2021-07-03
| | | | * gnu/packages/games.scm (stockfish): Factor out the neural-network-revision.
* gnu: stockfish: Update to 14.Michael Rohleder2021-07-03
| | | | | | * gnu/packages/games.scm (stockfish): Update to 14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* build: qt-utils: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed.Maxim Cournoyer2021-07-02
| | | | | | | | | | | | This reinstate commit the reverted fed28a9632ba69225151757e44a5d70e9b0652a2, now rebased on top of conflicting changes. * guix/build/qt-utils.scm: Remove extraneous newlines. (variables-for-wrapping): Add comments. Define a file type entry for each variable definition, and use it to determine if we should look for directories versus plain files. <QTWEBENGINEPROCESS_PATH>: New environment variable. (wrap-all-qt-programs): Remove trailing #t.
* build: qt-utils: Refactor the code to filter XDG_DATA_DIRS.Ludovic Courtès2021-07-02
| | | | | | | | | | This partially reinstate the reverted c5fd1b0bd362f8b8578a76a26a65ba5d00d48992. * guix/build/qt-utils.scm (variables-for-wrapping)[collect-sub-dirs]: Add 'selectors' parameter and honor it. Change caller to handle selectors. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* guix: qt-utils: Don't include useless inputs in wrapped variables.Jakub Kądziołka2021-07-02
| | | | | | | | | | | | | Include only those inputs into XDG_DATA_DIRS having some subdirectory of /share which is typically used by Qt. * guix/build/qt-utils.scm (variables-for-wrapping): Take the output directory as an argument for special handling. Check for subdirectories of /share used by Qt before including inputs in XDG_DATA_DIRS. (wrap-qt-program*): Pass the output directory to variables-for-wrapping. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* build-system: qt: Exclude useless inputs from wrapped variables.Jakub Kądziołka2021-07-02
| | | | | | | | | | | * guix/build-system/qt.scm (qt-build)[qt-wrap-excluded-inputs]: New argument. * guix/build/qt-utils.scm (%qt-wrap-excluded-inputs): New variable. (wrap-qt-program*)[qt-wrap-excluded-inputs]: New argument. Filter excluded inputs. (wrap-qt-program)[qt-wrap-excluded-inputs]: New argument. (wrap-all-qt-programs)[qt-wrap-excluded-inputs]: New argument. Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
* guix: qt-utils: Wrapped executables honor user's envvars.Hartmut Goebel2021-07-02
| | | | | | | | | | | | | | | Prior to this change, wrappers did set the specified environment variables to a fixed value, overwriting any user settings. This inhibited propagating e.g. XDG_DATA_DIRS from a profile to the application. Now user environment variables are prefixed (if the variable defines some "binary" search path, e.g. QT_PLUGIN_PATH) or suffixed (if the variable defines some config or data search path, e.g. XDG_DATA_DIRS). The code could also allow to overwrite, anyhow currently no variable is defined like this. * guix/build/qt-utils.scm (variables-for-wrapping): For each env-var to be wrapped, specify whether it should prefix, suffix or overwrite the user's variable.
* guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel2021-07-02
| | | | | | | | | | | | | | | | | | | | | | 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.
* Revert "build-system/qt: Wrappers only include relevant directories to ↵Maxim Cournoyer2021-07-02
| | | | | | | XDG_DATA_DIRS." This reverts commit c5fd1b0bd362f8b8578a76a26a65ba5d00d48992. It will need to be refactored on top of 2214b7b78d34a0e4d574b743dbeb8457356f6cff.
* Revert "build-system/qt: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed."Maxim Cournoyer2021-07-02
| | | | | This reverts commit 06eb21856f9535ab62d0becc92b4146e0620654e. It will need to be refactored to fit on top of 2214b7b78d34a0e4d574b743dbeb8457356f6cff.
* Revert "build-system/qt: Fix wrapping with QTWEBENGINEPROCESS_PATH."Maxim Cournoyer2021-07-02
| | | | | This reverts commit fed28a9632ba69225151757e44a5d70e9b0652a2. It will need to be refactored to fit on top of 2214b7b78d34a0e4d574b743dbeb8457356f6cff.
* gnu: protobuf: Update to 3.17.3.Maxim Cournoyer2021-07-02
| | | | | | * gnu/packages/protobuf.scm (protobuf): Update to 3.17.3. [phases]{disable-broken-tests}: New phase. {move-static-libraries}: Remove trailing #t.
* gnu: qtbase: Specify configure flags via the #:configure-flags argument.Maxim Cournoyer2021-07-02
| | | | | | | * 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.
* gnu: qtbase: Enable GTK support.Maxim Cournoyer2021-07-02
| | | | | | | | 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+.
* gnu: atlas: Extend build time-out.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/maths.scm (atlas)[properties]: Quadruple the timeout.
* gnu: shellcheck: Hide irrelevant CVE from ‘guix lint’.Tobias Geerinckx-Rice2021-07-02
| | | | | * gnu/packages/haskell-apps.scm (shellcheck)[properties]: Add CVE-2021-28794 to lint-hidden-cve.
* gnu: shellcheck: Generate and install man page.Morgan Smith2021-07-02
| | | | | | | | * 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>
* gnu: wxsvg: Update to 1.5.22.Tobias Geerinckx-Rice2021-07-02
| | | | | | * gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.22. [inputs]: Move libexif & pango from here… [propagated-inputs]: …to here.
* gnu: magic-enum: Update to 0.7.3.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/cpp.scm (magic-enum): Update to 0.7.3.
* gnu: libfilezilla: Update to 0.29.0.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/ftp.scm (libfilezilla): Update to 0.29.0.
* gnu: linux-libre: Build the VMD driver module.Tobias Geerinckx-Rice2021-07-02
| | | | | | | | | | | | | | | | 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.
* gnu: gnuplot: Update to 5.4.2.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/maths.scm (gnuplot): Update to 5.4.2.
* gnu: tsukundere: Update to 0.3.2.Leo Prikler2021-07-02
| | | | * gnu/packages/game-development.scm (tsukundere): Update to 0.3.2.
* gnu: renpy: Update to 7.4.6.Leo Prikler2021-07-02
| | | | | | * gnu/packages/game-development.scm (python2-pygame-sdl2): Update to renpy-version 7.4.6. (python2-renpy): Update to version 7.4.6.
* gnu: Add python-meshio.Paul Garlick2021-07-02
| | | | * gnu/packages/simulation.scm (python-meshio): New variable.
* gnu: guix-build-coordinator: Update to 0-33.c2f0c5b.Christopher Baines2021-07-02
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-33.c2f0c5b.
* gnu: scintilla: Update to 5.1.0.Nicolas Goaziou2021-07-02
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.1.0.
* gnu: mame: Update to 0.233.Nicolas Goaziou2021-07-02
| | | | * gnu/packages/emulators.scm (mame): Update to 0.233.
* gnu: Add emacs-rmsbolt.Alexandr Vityazev2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-rmsbolt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-multitran: Update to 0.4.11.Alexandr Vityazev2021-07-02
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-multitran): Update to 0.4.11. [description]: Add @url markup. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-saveplace-pdf-view.Andrew Tropin2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gsequencer: Update to 3.8.13.Vinicius Monego2021-07-02
| | | | | | | | * gnu/packages/music.scm (gsequencer): Update to 3.8.13. [build-system]: Switch to glib-or-gtk-build-system. [arguments]<#:phases>: Don't return #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-link-hint: Update to 0.1-2.ae73db6.Alexandr Vityazev2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to 0.1-2.ae73db6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-ripgrep.Dhruvin Gandhi2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ripgrep): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-rustic.Dhruvin Gandhi via Guix-patches via2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-rustic): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>