Update pkgs/top-level/make-tarball.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Domen Kožar 2021-07-08 13:03:57 +02:00 committed by GitHub
parent 7904fffeef
commit 81a35d6550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"