| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* guix/packages.scm (package-file): Recommend against its use in the
docstring.
* doc/guix.texi (The Store Monad): Likewise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit b2fff3b5de7d510fe4809e9a97089dddf2a39ffc.
Fixes <https://bugs.gnu.org/40713>.
Reported by pkill9 <pkill9@runbox.com>.
This commit is incorrect: its effect depends on whether KERNEL's build
output is already available in the store, it breaks with non-package
kernels as reported at <https://bugs.gnu.org/40713>, and the
LINUX-MODULE-DATABASE hook is required at all times since
5c79f238634c5adb6657f1b4b1bb4ddb8bb73ef1 removed the relevant bits from
the 'linux-libre' package.
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/40729>.
Reported by Christopher Baines <mail@cbaines.net>.
* gnu/services.scm (files->etc-directory)[assert-no-duplicates]: New
procedure.
Use it.
|
|
|
|
|
|
|
| |
* gnu/services/mail.scm (dovecot-shepherd-service)[stop]: Use 'invoke'
instead of 'make-forkexec-constructor'. Previously, the 'stop' method
would return the PID of the "dovecot stop" process, which would be
interpreted as a failure to stop the service.
|
|
|
|
|
|
|
|
|
|
| |
Passing 'make-forkexec-constructor' a string or several string arguments
has been deprecated since dmd 0.1.
* gnu/services/base.scm (rngd-service-type): In 'start' method, pass a
list as the first argument to 'make-forkexec-constructor'.
* gnu/services/desktop.scm (bluetooth-shepherd-service): Likewise.
* gnu/services/spice.scm (spice-vdagent-shepherd-service): Likewise.
|
|
|
|
|
|
|
| |
This is a followup to a52aa7fdef19f95fc1755ecd88e979ba07d8b392.
* gnu/packages/guile-xyz.scm (mcron)[arguments]: Remove
'fix-finding-guile'.
|
|
|
|
| |
* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.4.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.26.2.
[native-inputs]: Update git-manpages.
|
|
|
|
|
|
| |
* gnu/packages/xfce.scm: Sort module imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
|
|
| |
Because the installer's uvesafb service loads uvesafb only on some machines.
This is a follow-up to commit 0ad60b2a89d6d387236466e0bcdd61ac489fca37.
* gnu/system/install.scm (uvesafb-shepherd-service): Adjust provision and
description fields.
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/libqalculate-3.8.0-libcurl-ssl-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (libqalculate)[source]: Use it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/packages/web-browsers.scm (midori): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
| |
* guix/build/syscalls.scm (readdir*): Fix Linux detection for
`arm-unknown-linux-gnueabihf'.
|
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-bridgesampling): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
Reported by janneke on IRC.
* tests/print.scm: Update expected package definitions produced by package->code.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-bouncycastle)[source]: Download using
git-fetch. Use upstream's repo, not a mirror.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-lz4)[source]: Download using git-fetch.
[arguments]: Add phase to make files writable.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-fest-assert)[source]: Download using
git-fetch.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-fest-test)[source]: Download using
git-fetch.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-fest-util)[source]: Download using
git-fetch.
|
|
|
|
|
|
|
|
| |
* gnu/packages/gtk.scm (graphene): Update to 1.10.0.
[build-system]: Switch to meson-build-system.
[arguments]: Update configure-flags to not install tests.
[inputs]: Remove python2. Move gobject-introspection ...
[native-inputs]: ... to here. Remove autoconf, automake, libtool, which.
|
|
|
|
| |
* gnu/packages/databases.scm (sparql-query)[inputs]: Sort alphabetically.
|
|
|
|
|
| |
* gnu/packages/databases.scm (sparql-query)[source]: Download using
git-fetch.
|
|
|
|
|
|
|
| |
* gnu/packages/mail.scm (mu): Update to 1.4.
[arguments]: Remove 'fix-date-tests phase. Add 'patch-bin-sh-in-tests phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
| |
* gnu/services/networking.scm (simulated-wifi-shepherd-services): New
procedure.
(simulated-wifi-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
|
|
|
|
|
|
|
|
|
| |
* gnu/services/networking.scm (<hostapd-configuration>): New record
type.
(hostapd-configuration-file, hostapd-shepherd-services): New
procedures.
(hostapd-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
|
|
|
|
| |
* gnu/packages/php.scm (php): Update to 7.4.5.
|
|
|
|
| |
This reverts commit c0bff513a41a12b446565f3c0de06343acbb6e23.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.2.1.
|
|
|
|
|
|
|
| |
Suggested by Steven vanZyl <rushsteve1@rushsteve1.us>.
* doc/guix.texi (Binary Installation): Add @example showing how to
download the script. Use "systemctl enable --now".
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (notification-daemon): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/37679>.
Reported by Gábor Boskovits <boskovits@gmail.com>.
* guix/tests/git.scm (call-with-environment-variables): New procedure.
(with-environment-variables): New macro.
(populate-git-repository)[git]: Wrap (git-command) invocation in
'call-with-temporary-directory' and 'with-environment-variables'.
|
|
|
|
|
|
| |
* gnu/packages/finance.scm (trezord-udev-rules): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
Extra space was introduced in 8fa4ac5be4d5f8a1e62635842b16486832ff49f1.
* guix/status.scm (print-build-event): Remove extra space before
ellipsis.
|
|
|
|
|
|
|
|
|
|
|
| |
Issue reported by SergioBG here:
https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00432.html.
Due to default buffering mode, the installer was reading from the pipe without
having actually written a command before.
* gnu/installer/connman.scm (connman-connect-with-auth): Set pipe buffering
mode to 'line.
|
|
|
|
|
| |
* gnu/services/sddm.scm (sddm-shepherd-service)[shepherd-service]: Have
sddm provision 'xorg-server like the other display managers.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.16.
|
|
|
|
| |
* gnu/packages/aidc.scm (qrcodegen-cpp): Update to 1.6.0.
|
|
|
|
| |
* gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.5.
|
|
|
|
|
| |
* gnu/packages/image.scm (libavif): Update to 0.7.1.
[arguments]: Run the test suite.
|
|
|
|
|
|
| |
* gnu/packages/node-xyz.scm (node-semver): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/games.scm (chess): Update to 6.2.6.
|
|
|
|
|
| |
* gnu/packages/games.scm (chess)[properties]: New field. Add
upstream-name and ftp-directory.
|
|
|
|
|
|
|
|
|
|
| |
The 'syslog' macro cannot be resolved in the pre-unwind-handler
context. Failed to resolve 'syslog' in this context resulted in the swallowing
of all installation errors.
Fixes 5c04b00cf463a543b8ffc9eb55991f6b4cc145dd.
* gnu/installer.scm (installer-program): Use (gnu installer utils) module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I (nckx) have revoked all RSA subkeys, in favour of my older and
freshly-refreshed ECDSA ones. This was merely a precaution: to my
knowledge all my RSA private keys have been carefully destroyed and
were never compromised. This commit keeps ‘make authenticate’ happy.
* guix/gnupg.scm (revkeysig-rx): New variable for revoked keys.
(gnupg-verify): Parse it.
(gnupg-status-good-signature?): Accept it as ‘good’ for our purposes.
* build-aux/git-authenticate.scm (%committers): Clarify nckx's subkeys.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/backup.scm (duplicity)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-for-tests.
* gnu/packages/finance.scm (ledger): Likewise.
* gnu/packages/compression.scm (lhasa)[native-inputs]: Use tzdata-for-tests.
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Likewise.
* gnu/packages/databases.scm (mongodb)[native-inputs]: Likewise.
* gnu/packages/kde-frameworks.scm (kdelibs4support)[native-inputs]: Likewise.
|
|
|
|
|
|
| |
* gnu/packages/finance.scm (trezord): Update to 2.0.29.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/ui.scm (load*): Fix comment line length.
(leave-on-EPIPE): Fix typo in docstring.
(substitutable-info): Fix typo in comment.
(indented-string): Fix typo in docstring.
(%package-metrics): Fix typo in comment.
(run-guix): Fix grammar in docstring.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/finance.scm (fulcrum): Update to 1.1.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* doc/guix.texi (Invoking guix archive): Show /gzip URL.
Add cross-reference to "Invoking guix challenge".
(Invoking guix challenge): Show /lzip URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|