aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/dict.scm
diff options
context:
space:
mode:
authorIan Eure <ian@retrospec.tv>2024-10-28 15:20:15 -0700
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-02 21:53:22 +0800
commit3ff396ef8c555211db0f7fd26552a570dde30c92 (patch)
tree7e2214fa4cadf2ea8b051af4dd6034499233821c /gnu/home/services/dict.scm
parent20c7b8dd04e421a139a02438cf1ddfdfe544a446 (diff)
downloadguix-3ff396ef8c555211db0f7fd26552a570dde30c92.tar.gz
guix-3ff396ef8c555211db0f7fd26552a570dde30c92.zip
gnu: mpd-mpc: Update to 0.35.
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.35. Change-Id: I72237f9fd0e9a8549ba316ae2cb65ed60f4f02c7
Diffstat (limited to 'gnu/home/services/dict.scm')
0 files changed, 0 insertions, 0 deletions
shell’ for newcomers as well. * doc/guix.texi (Invoking guix shell): Take over an introductory paragraph from ‘guix environment’ and use it for ‘guix shell’. Change-Id: I06280516ad3436260114b074c5f325e6984e9c76 Florian Pelz 2024-11-16gnu: postgresql-configuration: Unset default postgresql....* gnu/services/databases.scm (postgresql-configuration)[postgresql]: Unset default. (postgresql-service-type): Remove default-value. (postgresql-service): Revert default to postgresql-10 (rationale: We can remove this service at the same time than postgresql-10, in something like 6 months to a year). * doc/guix.texi: Remove postgresql default reference in documentation. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Nicolas Graves via Guix-patches via 2024-11-12doc: Fix `copy-recursively' arguments....The `select?' keyword is part of the description instead of immediately following `keep-permissions?' in the arguments list for `copy-recursively'. This adds a missing '@' to fix that. * doc/guix.texi (Build Utilities): Fix `copy-recursively' arguments. Change-Id: If6802490a6afebc884b039d84f1fe4f9202a1151 Signed-off-by: Ludovic Courtès <ludo@gnu.org> aurtzy 2024-11-12doc: Adjust stale reference to quote instead of gexp....* doc/guix.texi (Build Phases): Mention hash-tilde, not apostrophe. Change-Id: I8dca74da46d35692be122fb3e8e3ab40dd70606e Ludovic Courtès 2024-11-09build/go: Replace symlinks with a copy of the file....* guix/build/go-build-system.scm (fix-embed-files): New procedure. (%standard-phases): Add 'fix-embed-files after 'unpack. * guix/build-system/go.scm (#:embed-files): New key parameter. * doc/guix.texi: (go-build-system): Document a new key. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I27bc46fa1a3f4675ff73b6cba4ef5c3d177c22b1 Efraim Flashner 2024-11-09build-system/go: Allow providing additional test flags....By allowing the use of test flags, we can more precisely skip failing tests (for go version >=1.20), disable the vetting stage or select a subset of tests (e.g. if an upstream flag is provided to skip tests which require a network connection). At the moment, the only way around these test failures is to remove the test file completely or patch the code ourselves. * guix/build-system/go.scm (go-build): Add test-flags variable. (go-cross-build): Add test-flags variable. * guix/build/go-build-system.scm (check): Pass the additional test flags to the invoke call. * doc/guix.texi (go-build-system): Document <#:test-flags> parameter. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I4015870fbbc15503cb405fe9ef6032953a5ff17f Troy Figiel 2024-11-05doc: Explicitly mention --localstatedir and --sysconfdir configure flags....Prior to this commit, the terms localstatedir and sysconfdir were used without being defined earlier in this section. This commit clarifies that they are configure flags. * doc/contributing.texi (Building from Git): Explicitly mention --localstatedir and --sysconfdir configure flags. Change-Id: I3e6edbbc1f2a342196e732e14257dbdf9a3f4303 Arun Isaac