aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/compton.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-23 08:26:13 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-23 13:36:47 +0100
commitbf933e4f11bf0126f2d6038f5c65c55080f27a0e (patch)
treec075bc5883120aa202400d279cba787c6645fa54 /gnu/packages/compton.scm
parent4fa0d97e9938b54de454af4e3bf81eff4e242f99 (diff)
downloadguix-bf933e4f11bf0126f2d6038f5c65c55080f27a0e.tar.gz
guix-bf933e4f11bf0126f2d6038f5c65c55080f27a0e.zip
gnu: r-roxygen2: Update to 7.3.1.
* gnu/packages/statistics.scm (r-roxygen2): Update to 7.3.1. Change-Id: I5d23ee576beb4dc4dc1e49d13cc38ffef0d33512
Diffstat (limited to 'gnu/packages/compton.scm')
0 files changed, 0 insertions, 0 deletions
est+configuration-files->code' instead of 'manifest->code'. * tests/home-import.scm (eval-test-with-home-environment): Likewise. (match-home-environment-transformations): New procedure. ("manifest->code: No services, package transformations"): New test. Ludovic Courtès 2021-10-31home: import: Factorize triplicated 'version-spec' procedure....* guix/scripts/package.scm (manifest-entry-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