From 46d0b7be044790090e0b38ff6f9c8c83ed52fd52 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 3 Apr 2009 12:34:25 +0000 Subject: svn path=/nixpkgs/trunk/; revision=14858 --- pkgs/top-level/make-tarball.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/top-level/make-tarball.nix') 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 -- cgit 1.4.1