summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhavsagar@gmail.com>2018-12-13 15:39:04 -0500
committerVaibhav Sagar <vaibhavsagar@gmail.com>2018-12-13 18:00:26 -0500
commitcb5a7bdc3a486054003d2fb0ed06451af872fd30 (patch)
treed7963ef07cda458cbc27d855bb97b56715da5fdc /pkgs/top-level/static.nix
parentaf2cebe78fd185d1bbabd071f85f74654602d042 (diff)
lz4: fix pkgsStatic build
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix
index 687e38dcc3aa..e6ef50e7ee95 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -139,6 +139,10 @@ in {
# it doesn’t like the --disable-shared flag
stdenv = super.stdenv;
};
+ lz4 = super.lz4.override {
+ enableShared = false;
+ enableStatic = true;
+ };
darwin = super.darwin // {
libiconv = super.darwin.libiconv.override {