| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add ghc-test-framework-smallcheck.•••* gnu/packages/haskell-check.scm (ghc-test-framework-smallcheck): New public variable.
| Tobias Geerinckx-Rice | 2021-07-04 | 1 | -1/+24 |
* | gnu: Add ghc-finite-typelits.•••* gnu/packages/haskell-xyz.scm (ghc-finite-typelits): New public variable.
| Tobias Geerinckx-Rice | 2021-07-04 | 1 | -0/+20 |
* | gnu: Add ghc-text-zipper.•••* gnu/packages/haskell-xyz.scm (ghc-text-zipper): New public variable.
| Tobias Geerinckx-Rice | 2021-07-04 | 1 | -0/+30 |
* | gnu: Add ghc-data-clist.•••* gnu/packages/haskell-xyz.scm (ghc-data-clist): New public variable.
| Tobias Geerinckx-Rice | 2021-07-04 | 1 | -0/+26 |
* | gnu: Add ghc-config-ini.•••* gnu/packages/haskell-xyz.scm (ghc-config-ini): New public variable.
| Tobias Geerinckx-Rice | 2021-07-04 | 1 | -0/+38 |
* | gnu: hime: Import qt-utils.•••* gnu/packages/language.scm (hime)[#:imported-modules]: Add qt-utils.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| Domagoj Stolfa | 2021-07-04 | 1 | -1/+2 |
* | gnu: 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-04 | 1 | -1/+2 |
* | gnu: emacs-spinner: Fix source URL.•••* gnu/packages/emacs-xyz.scm (emacs-spinner)[source]: Fix URL.
| Nicolas Goaziou | 2021-07-04 | 1 | -3/+2 |
* | gnu: 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-04 | 1 | -3/+7 |
* | installer: Unconditionally import (gnu services cups) in config.scm.•••* gnu/installer/steps.scm (format-configuration): Add cups to the list
of GNU service modules.
| Tobias Geerinckx-Rice | 2021-07-04 | 1 | -1/+1 |
* | installer: tests: Expect but do not select other services by default.•••* 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.
| Tobias Geerinckx-Rice | 2021-07-04 | 2 | -4/+9 |
* | gnu: zsh-autosuggestions: Update to 0.7.0.•••* gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.7.0.
| Brice Waegeneire | 2021-07-04 | 1 | -2/+2 |
* | gnu: zsh-autosuggestions: Disable failing tests.•••* gnu/packages/shellutils.scm (zsh-autosuggestions)[arguments]: Add
'patch-tests' phase.
| Brice Waegeneire | 2021-07-04 | 1 | -0/+5 |
* | gnu: 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-04 | 1 | -3/+1 |
* | gnu: burgerspace: Update to 1.9.4.•••* gnu/packages/games.scm (burgerspace): Update to 1.9.4.
| Nicolas Goaziou | 2021-07-04 | 1 | -2/+2 |
* | gnu: fet: Update to 6.0.4.•••* gnu/packages/education.scm (fet): Update to 6.0.4.
[inputs]: Use Qt 6.
| Nicolas Goaziou | 2021-07-04 | 1 | -3/+3 |
* | gnu: emacs-spinner: Update to 1.7.4.•••* gnu/packages/emacs-xyz.scm (emacs-spinner): Update to 1.7.4.
| Nicolas Goaziou | 2021-07-04 | 1 | -2/+2 |
* | cpio: Fix device number calculation.•••“dev_t in glibc is a 64-bit quantity, with 32-bit major and minor
numbers.” — glibc's <bits/sysmacros.h>
The "tests/cpio.scm" was failing because (guix cpio) treated it as a
16-bit quantity instead, leading to header mismatches with the GNU cpio
reference output.
* guix/cpio.scm (device-number, device->major+minor): Use all the bits.
| Tobias Geerinckx-Rice | 2021-07-04 | 1 | -5/+11 |
* | file-systems: Ensure compared file names are both absolute or relative.•••* 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>
| Maxim Cournoyer | 2021-07-03 | 1 | -12/+22 |
* | gnu: 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-04 | 3 | -1/+105 |
* | gnu: Add ghc-ini.•••* gnu/packages/haskell-xyz.scm (ghc-ini): New public variable.
| Tobias Geerinckx-Rice | 2021-07-04 | 1 | -1/+25 |
* | gnu: 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-04 | 1 | -3/+4 |
* | gnu: libvirt: Work around broken SASL option.•••* gnu/packages/virtualization.scm (libvirt)[arguments]: Add "-Ddriver_remote=enabled"
to #:configure-flags.
| Tobias Geerinckx-Rice | 2021-07-04 | 1 | -0/+3 |
* | gnu: cataclysm-dda: Update to 0.F.•••* gnu/packages/games.scm (cataclysm-dda): Update to 0.F.
| Christopher Lemmer Webber | 2021-07-03 | 1 | -6/+16 |
* | gnu: Add emacs-seriestracker.•••* gnu/packages/emacs-xyz.scm (emacs-seriestracker): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Alexandr Vityazev | 2021-07-03 | 1 | -0/+28 |
* | gnu: 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-03 | 1 | -1/+1 |
* | gnu: Add emacs-muse.•••* gnu/packages/emacs-xyz.scm (emacs-muse): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Morgan Smith | 2021-07-03 | 1 | -0/+20 |
* | gnu: 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-03 | 1 | -2/+3 |
* | gnu: 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-03 | 1 | -8/+6 |
* | services: pcscd: Fix daemon signal handling.•••"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".
| Brice Waegeneire | 2021-07-03 | 1 | -2/+4 |
* | gnu: Add ddcui.•••* gnu/packages/hardware.scm (ddcui): New variable.
| Brice Waegeneire | 2021-07-03 | 1 | -0/+32 |
* | gnu: 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-03 | 1 | -3/+3 |
* | gnu: 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-03 | 1 | -2/+3 |
* | gnu: Add ghc-word-wrap.•••* gnu/packages/haskell-xyz.scm (ghc-word-wrap): New public variable.
| Tobias Geerinckx-Rice | 2021-07-03 | 1 | -0/+22 |
* | gnu: Add gotypist.•••* gnu/packages/education.scm (gotypist): New public variable.
| Tobias Geerinckx-Rice | 2021-07-03 | 1 | -0/+55 |
* | gnu: Add go-github-com-gizak-termui.•••* gnu/packages/golang.scm (go-github-com-gizak-termui): New public variable.
| Tobias Geerinckx-Rice | 2021-07-03 | 1 | -0/+36 |
* | gnu: 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-03 | 1 | -0/+26 |
* | gnu: 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-03 | 1 | -0/+37 |
* | gnu: 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-03 | 1 | -0/+34 |
* | gnu: 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-03 | 1 | -0/+36 |
* | gnu: 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-03 | 1 | -0/+42 |
* | gnu: cl-asdf: Update to 3.3.5.•••* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
| Pierre Neidhardt | 2021-07-03 | 1 | -2/+2 |
* | gnu: sbcl-serapeum: Update to 20210630.•••* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20210630.
| Pierre Neidhardt | 2021-07-03 | 1 | -3/+3 |
* | gnu: guix: Update to 6243ad3.•••* gnu/packages/package-management.scm (guix): Update to 6243ad3.
| Tobias Geerinckx-Rice | 2021-07-03 | 1 | -3/+3 |
* | gnu: stockfish: Factor out the neural network revision.•••* gnu/packages/games.scm (stockfish): Factor out the neural-network-revision.
| Tobias Geerinckx-Rice | 2021-07-03 | 1 | -48/+51 |
* | gnu: 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-03 | 1 | -5/+5 |
* | build: qt-utils: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed.•••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.
| Maxim Cournoyer | 2021-07-02 | 1 | -20/+34 |
* | build: qt-utils: Refactor the code to filter XDG_DATA_DIRS.•••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>
| Ludovic Courtès | 2021-07-02 | 1 | -34/+36 |
* | guix: qt-utils: Don't include useless inputs in wrapped variables.•••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>
| Jakub Kądziołka | 2021-07-02 | 1 | -9/+27 |
* | build-system: qt: Exclude useless inputs from wrapped variables.•••* 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>
| Jakub Kądziołka | 2021-07-02 | 2 | -9/+25 |