aboutsummaryrefslogtreecommitdiff
path: root/doc/images
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-22 23:33:38 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-22 23:51:54 +0100
commit90d192b2f7f060e4d2e5c827533e6fe0545a04ba (patch)
treeacaecd04a5f073ee44c6e429c0e328409041b0e8 /doc/images
parent85ced6651f9c875a0425d11d7d3293593d22d3bc (diff)
downloadguix-90d192b2f7f060e4d2e5c827533e6fe0545a04ba.tar.gz
guix-90d192b2f7f060e4d2e5c827533e6fe0545a04ba.zip
gnu: wslay: Fix build.
* gnu/packages/web.scm (wslay)[arguments]: Don't build in parallel.
Diffstat (limited to 'doc/images')
0 files changed, 0 insertions, 0 deletions
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