about summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-03 12:34:25 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-03 12:34:25 +0000
commit46d0b7be044790090e0b38ff6f9c8c83ed52fd52 (patch)
treec00b6ea3a3409e514994dca318e941f1e645497c /pkgs/top-level/make-tarball.nix
parent98da742900ffc73645a4bb2d0fc9a607f87cc959 (diff)
downloadnixlib-46d0b7be044790090e0b38ff6f9c8c83ed52fd52.tar
nixlib-46d0b7be044790090e0b38ff6f9c8c83ed52fd52.tar.gz
nixlib-46d0b7be044790090e0b38ff6f9c8c83ed52fd52.tar.bz2
nixlib-46d0b7be044790090e0b38ff6f9c8c83ed52fd52.tar.lz
nixlib-46d0b7be044790090e0b38ff6f9c8c83ed52fd52.tar.xz
nixlib-46d0b7be044790090e0b38ff6f9c8c83ed52fd52.tar.zst
nixlib-46d0b7be044790090e0b38ff6f9c8c83ed52fd52.zip
svn path=/nixpkgs/trunk/; revision=14858
Diffstat (limited to 'pkgs/top-level/make-tarball.nix')
-rw-r--r--pkgs/top-level/make-tarball.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/make-tarball.nix b/pkgs/top-level/make-tarball.nix
index 0c138545f720..22fc80390acd 100644
--- a/pkgs/top-level/make-tarball.nix
+++ b/pkgs/top-level/make-tarball.nix
@@ -40,7 +40,7 @@ releaseTools.makeSourceTarball {
 
   checkPhase = ''
     # Run the regression tests in `lib'.
-    res="$(nix-instantiate --eval-only --strict tests.nix)"
+    res="$(nix-instantiate --eval-only --strict pkgs/lib/tests.nix)"
     if test "$res" != "List([])"; then
         echo "regression tests for lib failed, got: $res"
         exit 1