aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-gc.timer
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-09-19 12:56:14 +0200
committerLudovic Courtès <ludo@gnu.org>2022-10-10 11:16:07 +0200
commit4133e50026c9f2fbc4fb52553d7538da00daea9a (patch)
treeb8c2e852b0c0d0d24037e6b4cb48eb9a5399ccb5 /etc/guix-gc.timer
parent831e038dffa33ba1b167c777f71c4510cb022d7c (diff)
downloadguix-4133e50026c9f2fbc4fb52553d7538da00daea9a.tar.gz
guix-4133e50026c9f2fbc4fb52553d7538da00daea9a.zip
gnu: openexr: Skip failing tests on i686.
* gnu/packages/graphics.scm (openexr)[arguments]: Add 'disable-broken-tests' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'etc/guix-gc.timer')
0 files changed, 0 insertions, 0 deletions
* guix/scripts/home/import.scm (manifest->code): Remove. (manifest+configuration-files->code): New procedure. (import-manifest): Use 'manifest+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