aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/desktop.scm
diff options
context:
space:
mode:
authorMartin Becze <mjbecze@riseup.net>2020-04-16 11:17:13 -0500
committerLudovic Courtès <ludo@gnu.org>2020-04-17 23:18:32 +0200
commitabb37b3c6261be5e0a0a3c1a0e3596fc3ccec1db (patch)
treee244830aeed5c716531f8678dfe8673f4a69aadb /gnu/services/desktop.scm
parent694e10af639da64cdf6f1c44cadf9a64f8a04fa6 (diff)
downloadguix-abb37b3c6261be5e0a0a3c1a0e3596fc3ccec1db.tar.gz
guix-abb37b3c6261be5e0a0a3c1a0e3596fc3ccec1db.zip
gnu: trezord: Update to 2.0.29.
* gnu/packages/finance.scm (trezord): Update to 2.0.29. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/services/desktop.scm')
0 files changed, 0 insertions, 0 deletions
version-prefix): New procedure, moved from... (export-manifest)[version-spec]: ... here. Adjust caller. * tests/home-import.scm (version-spec): Remove. (eval-test-with-home-environment): Use 'manifest-entry-version-prefix' instead. * guix/scripts/home/import.scm (import-manifest): Likewise. Ludovic Courtès 2021-10-31guix home: import: Call ‘local-file’ with ‘name’...Set the name of the file to just the basename of the file passed to ‘local-file’. * guix/scripts/home/import.scm (basename+remove-dots): New procedure. (generate-bash-configuration+modules): Use it. * tests/home-import.scm (match-home-environment-bash-service): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen 2021-10-31Add tests for ‘guix home import’....* tests/home-import.scm: New file. * Makefile.am (SCM_TESTS): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen