diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-10-30T11·33+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-10-30T11·34+0100 |
commit | 1f735a34406c1856fd2f6f9a522a06b429c4f799 (patch) | |
tree | 0d3495cc6cb753b5b241ceb2d85ff98f831e37ec /release.nix | |
parent | dae5dc7ade60aa6a9a05e41133da7faebe6bdc1b (diff) |
<nix/fetchurl.nix>: Support xz-compressed NARs
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 4459bf165a50..d0794d01a624 100644 --- a/release.nix +++ b/release.nix @@ -83,7 +83,7 @@ let src = tarball; buildInputs = - [ curl perl bzip2 openssl pkgconfig sqlite boehmgc ] + [ curl perl bzip2 xz openssl pkgconfig sqlite boehmgc ] ++ lib.optional stdenv.isLinux libsodium; configureFlags = '' |