Age | Commit message (Collapse) | Author |
|
Change-Id: Ib01e9e7efbd59b4a9e21a7c7b46a8159b43e2d79
|
|
Fixed the issue described here:
https://lists.gnu.org/archive/html/help-guix/2024-01/msg00034.html
Fix `syncthing-shepherd-service` failing to guess the correct `HOME`
environment variable when it's `<syncthing-configuration>` does not have a
value for the `home` or `user` fields.
* gnu/services/syncthing.scm (syncthing-shepherd-service): Change ‘HOME’
value in #:environment-variables argument.
Change-Id: I102bfe5feba1ebb349a0cde1c987c0c10ebbab7a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services/desktop.scm (<elogind-configuration>): Allow actions to be set
to 'suspend-then-hibernate'. Add configuration for 'hibernate-delay-seconds'
and 'suspend-estimation-seconds'.
* doc/guix.texi (Desktop Services): Add documentation for
'hibernate-delay-seconds' and 'suspend-estimation-seconds'.
Change-Id: Icf788fcc88451aa6174a608fbed309961b847430
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/perl.scm (perl-minimumversion): New variable.
Change-Id: Iad3c22936c07b7430525ad9827b6703d4ea9ce9c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/perl.scm (perl-ppix-utils): New variable.
Change-Id: I9548c693aa6f54bd53662374f77b2fbd1ca3f485
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (guile-qr-code): New variable.
Change-Id: I8891a1ee442040a4f04183fca7bc1eca6a4fc951
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.7.2.
Change-Id: Ifdcf224c5711956aa9b4d89218a1974ab3c23679
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes a regression introduced in
7a149c6003d25e8b2794b113d34062be134d7710.
* gnu/packages/check.scm (checkmake)[arguments]: Fix typo
for #:install-source?.
Change-Id: Iaec646632fb342a50d93ab0b1a09f073e06d59b7
|
|
* gnu/packages/check.scm (checkmake): New variable.
Change-Id: Ic60c5c6d6cb66ff3a5760e11df741c5a4d7e7a4d
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-web.scm (go-github-com-containerd-typeurl,
go-github-com-containerd-typeurl-v2): New variables.
Change-Id: I7e997d73fcc3ec04e17c0067b702c6eb86a29bd3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-xyz.scm (go-github-com-containerd-fifo): New variable.
Change-Id: I782f792560bdbe59d31fac7762e07b378a9c29fb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-xyz.scm (go-github-com-mohae-deepcopy): New variable.
Change-Id: I29dd0f9c61197e2030bd720bf0ec71c86727f976
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-web.scm (go-github-com-mattbaird-jsonpatch): New variable.
Change-Id: I571c51f2141dbba53067f4279003a4604f21b1a4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-web.scm (go-github-com-evanphx-json-patch): New variable.
Change-Id: Ie06fd752cd61a9f2dfef7c7ca563fe17b62777d6
|
|
* gnu/packages/golang-xyz.scm (go-github-com-google-subcommands): New variable.
Change-Id: Ifbd51d785435fa8abb9d233e2846e8cf9642ae3f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-xyz.scm (go-github-com-gofrs-flock): New variable.
Change-Id: If6856319258ec93f4119f4f7ec79d206d7e1087d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/ipfs.scm (kubo): Unbundle more inputs.
[inputs]: Remove go-github-com-jackpal-go-nat-pmp; add
go-github-com-ipfs-go-verifcid, go-github-com-libp2p-go-buffer-pool,
go-github-com-libp2p-go-msgio, and go-github-com-libp2p-go-nat.
Change-Id: I51d19718d365427d9c22374799b4a2e091ef7a94
|
|
* gnu/packages/golang-xyz.scm (go-msgio): New variable.
Change-Id: I3bb5fff6110a36694865c9885b42bc356902bbea
|
|
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-nat): New variable.
Change-Id: I001a5f9370273e99729a315f0357d48822b0d7aa
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-web.scm (go-github-com-libp2p-go-netroute): New variable.
Change-Id: I46ed313a1c96cf5b9d126fa48791351a13d66f32
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-web.scm (go-github-com-koron-go-ssdp): New variable.
Change-Id: I870d5152d052af6976af44ce6c86d49f0f030e32
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-web.scm (go-github-com-huin-goupnp): New variable.
Change-Id: I490dfa3fd8e993124e2e57a907a7e40a213d8b0c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-msgio): New variable.
Change-Id: I5222b247972a41877c84c40562a1d1af780f1b73
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-xyz.scm (go-github-com-libp2p-go-buffer-pool): New variable.
Change-Id: Id4de38a91dd7186e1aa6f06289c6bfa2cb0abbbb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-verifcid): New variable.
Change-Id: I30b800dc0575ed3d7b208a1860c305911e1944d2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/cpp.scm (biblesync): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I48ae683824214a2609b83e1b0af2880b4ac46d44
|
|
* gnu/packages/hunspell.scm (hunspell-dict-el): New variable.
Change-Id: I5b534862030a60e09f2c4a741a723fc2467b20ba
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/fonts.scm (font-atkinson-hyperlegible): New variable
Change-Id: Ibf7571fd5e960f10baa064b1f7ef0cfc29a9c1cb
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-css-scss): New variable.
Change-Id: Icaa75ca47cb86440e5bba7266d9a12b89b03349d
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-docker): Remove docker-tramp from the
dependency list.
Docker-tramp was removed as a dependency in version 2.3.0 of docker.el. Having
the docker-tramp package installed shows a warning in Emacs.
For more context see:
- https://github.com/Silex/docker.el/blob/f3adbf49e1140d13c934f16e19754c42a97dc91f/CHANGELOG.md?plain=1#L17
- https://github.com/Silex/docker.el/commit/cc0046e6a557dce0ccc4108dd22e04f21ba8b0dc
Change-Id: I36a4a10c141072356fe18128213a50a5975b44bb
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/version-control.scm (python-klaus): New variable.
Change-Id: I1b7c31deb799e0ea5195eda109740fdb90e5fabd
|
|
* gnu/packages/python-web.scm (python-httpauth): New variable.
Change-Id: I02ece90600961a634d30f34c301bd387e5aa23b7
Signed-off-by: jgart <jgart@dismail.de>
|
|
* gnu/packages/shellutils.scm (direnv): Update to 2.34.0.
Change-Id: I725b63e5fa0a37497900ace28dc4d1bd85e45057
|
|
* gnu/packages/guile.scm (guile-zlib): Update to 0.2.1.
[arguments]: Remove.
Change-Id: Id19309dfcaece713ad2a56294d18bf91ddcdc6e9
|
|
Reported by Christopher Baines <guix@cbaines.net>.
* guix/cache.scm (maybe-remove-expired-cache-entries): Define
‘expiry-port’; create it with ‘lock-file’. Change ‘last-expiry-date’
accordingly. Write timestamp straight to ‘expiry-port’.
* tests/cache.scm ("maybe-remove-expired-cache-entries, cleanup needed
but lock taken"): New test.
Change-Id: I22441d9d2c4a339d3d3878de131864db5a0ae826
|
|
* guix/build/syscalls.scm (lock-file): Add ‘mode’ parameter and honor it.
* tests/syscalls.scm ("lock-file + unlock-file"): New test.
Change-Id: I113fb4a8b35dd8782b9c0991574e39a4b4393333
|
|
* gnu/packages/firmware.scm (make-qmk-firmware/implementation): Replace "/"
in package name by "-".
Change-Id: I5cca6d21e52171a5fb1231ea1632661550b4a950
|
|
* gnu/packages/video.scm (yt-dlp): Update to 2024.08.06.
Change-Id: I451fb4a10130f4640aeaf1da3b056d0dc0ee3b28
|
|
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.61.
Change-Id: I1288b2bd8553d37ea4f7a65acbf7e672ebc1ebb2
|
|
* gnu/packages/lisp-xyz.scm (sbcl-chanl)[arguments]: Disable tests.
Change-Id: I958183bfc9b098efefa18f915b438f21d0013fc5
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-data-structures): Update to
1.4.1-2.ffab568.
Change-Id: I0c01399710c89e6b8950957e0db5a591cf7559fc
|
|
* gnu/packages/lisp.scm (clasp-cl)[arguments]: Fix paths for lib and share
directories.
Change-Id: I3ec487c5387c720328d24d33497e414b3aec4143
|
|
Fixes <https://issues.guix.gnu.org/69106>.
* gnu/packages/lisp.scm (sbcl)
[arguments]: Invoke make.sh with smaller dynamic-space-size when building
for x86-32.
Change-Id: I08e8d2304d883973ab9a1b6a900ea9ee1679fac5
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.4.7.
Change-Id: Ie8528c75d0bc939cde8faebd80e7a3e0ada82914
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.2-1.07cd1cb.
Change-Id: I8a8d36577804d2221b39b430d26e9fd17204c0de
|
|
* etc/news.scm: Add entry.
Change-Id: I64ac2d91215a1aac89fdf3832f4c6cbdc6648538
|
|
* gnu/packages/sugar.scm (sugar-commander-activity): New variable.
Change-Id: I147999d64ef52e8b070ba96b0928ae19ae620d20
|
|
* gnu/packages/sugar.scm (sugar-turtlepond-activity): New variable.
Change-Id: I2f2e5323acf9734fd35cae1d2174aea4719b3b7f
|
|
* gnu/packages/sugar.scm (sugar-river-crossing-activity): New variable.
Change-Id: I05106843e9118b36e067856c3a00c9d54d7e1834
|
|
* gnu/packages/sugar.scm (sugar-classify-cats-activity): New variable.
Change-Id: I1a5a09ec9c17d381d580d1081ac2b65336ad1141
|