about summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-07-08 13:03:57 +0200
committerGitHub <noreply@github.com>2021-07-08 13:03:57 +0200
commit81a35d65500707f87d884cf156ac2bde70881cdd (patch)
treebcd311a8503d2dd0ed2c90720be78ebb7e7b5bdb /pkgs/top-level/make-tarball.nix
parent7904fffeefcdb673753defbc03564e9627f50531 (diff)
Update pkgs/top-level/make-tarball.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
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 ac6648374ab14..c5a5a43769998 100644
--- a/pkgs/top-level/make-tarball.nix
+++ b/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"