about summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-05-02 01:06:45 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-05-02 01:06:45 +0300
commit30240ccb9d62ade30e119448332e62112c00795c (patch)
treefe812d233b391ab3a1fb0ebf1b87d5abd132b94d /pkgs/top-level/make-tarball.nix
parent36c4c73575837e1fc87cdee5a793000fb1af7d24 (diff)
tarball: No need to depend on nix development headers
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 ea7e7e89d3701..da3579a6595bc 100644
--- a/pkgs/top-level/make-tarball.nix
+++ b/pkgs/top-level/make-tarball.nix
@@ -18,7 +18,7 @@ releaseTools.sourceTarball rec {
   version = builtins.readFile ../../.version;
   versionSuffix = "pre${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
 
-  buildInputs = [ nix jq ];
+  buildInputs = [ nix.out jq ];
 
   configurePhase = ''
     eval "$preConfigure"