aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/build.cc
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-11-20 21:04:45 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:35 +0200
commitd86dd1e1db029ad9697415fc22af5c35979fc9bc (patch)
treea21241b7679a9c92939ae705cccf0f6b0f5a75f5 /nix/libstore/build.cc
parent616e6ec362107c2d2023abb3891cb406b6757ba7 (diff)
downloadguix-d86dd1e1db029ad9697415fc22af5c35979fc9bc.tar.gz
guix-d86dd1e1db029ad9697415fc22af5c35979fc9bc.zip
gnu: Add rust-gix-refspec-0.23.
* gnu/packages/crates-vcs.scm (rust-gix-refspec-0.23): New variable. Change-Id: Ifdafbc66376f62139a703df22c235d65d7ae0afb
Diffstat (limited to 'nix/libstore/build.cc')
0 files changed, 0 insertions, 0 deletions
read-only. * tests/guix-pack.sh: Invoke "chmod -Rf +w" before "rm -rf" in trap. Ludovic Courtès 2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed....This is another way to address <https://bugs.gnu.org/32184>, which was previously addressed in commit 19c924af4f3726688ca155a905ebf1cb9acdfca2. * gnu/build/install.scm (register-closure): Move to... * gnu/build/vm.scm (register-closure): ... here. New procedure. * guix/scripts/pack.scm (self-contained-tarball)[build]: Remove now unneeded 'with-extensions' form and custom (guix config) module. * tests/guix-pack.sh: Revert the strategy from commit 19c924af4f3726688ca155a905ebf1cb9acdfca2. * tests/pack.scm ("self-contained-tarball"): Likewise. Ludovic Courtès 2018-10-19tests: Run 'guix pack' tests using the external store....Fixes <https://bugs.gnu.org/32184>. * guix/tests.scm (call-with-external-store): New procedure. (with-external-store): New macro. * tests/pack.scm (%store): Remove. (test-assertm): Add 'store' parameter. ("self-contained-tarball"): Wrap in 'with-external-store'. * tests/guix-pack.sh: Connect to the external store, if possible, by setting NIX_STORE_DIR and GUIX_DAEMON_SOCKET. Remove most uses of '--bootstrap'. Ludovic Courtès 2018-07-05tests: Skip 'guix-pack.sh'....This works around a regression introduced in commit 66e9944e078cbb9e0d618377dd6df6e639640efa while waiting for a proper fix. * tests/guix-pack.sh: Add "exit 77". Ludovic Courtès