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

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
wip/nixpkgs-raku
Domen Kožar 3 years ago committed by GitHub
parent 7904fffeef
commit 81a35d6550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/top-level/make-tarball.nix

@ -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…
Cancel
Save