forked from mirrors/nixpkgs
Update pkgs/top-level/make-tarball.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
7904fffeef
commit
81a35d6550
|
@ -21,7 +21,7 @@ pkgs.releaseTools.sourceTarball {
|
|||
then builtins.substring 0 8 (nixpkgs.lastModifiedDate or nixpkgs.lastModified)
|
||||
else toString nixpkgs.revCount}.${nixpkgs.shortRev or "dirty"}";
|
||||
|
||||
buildInputs = with pkgs; [ nix.out jq lib-tests pkgs.brotli ];
|
||||
buildInputs = with pkgs; [ nix.out jq lib-tests brotli ];
|
||||
|
||||
configurePhase = ''
|
||||
eval "$preConfigure"
|
||||
|
|
Loading…
Reference in a new issue