forked from mirrors/nixpkgs
tarball: No need to depend on nix development headers
This commit is contained in:
parent
36c4c73575
commit
30240ccb9d
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue