Skip to content

Commit

Permalink
musl: override zstd to link statically
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly-Bellroy committed Oct 12, 2021
1 parent 32eb919 commit 2663f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlays/musl.nix
Expand Up @@ -13,6 +13,7 @@ final: prev: prev.lib.optionalAttrs prev.stdenv.hostPlatform.isMusl ({
gmp = prev.gmp.override { withStatic = true; };
ncurses = prev.ncurses.override { enableStatic = true; };
libsodium = prev.libsodium.overrideAttrs (_: { dontDisableStatic = true; });
zstd = prev.zstd.override { static = true; };

numactl = prev.numactl.overrideAttrs (_: { configureFlags = "--enable-static"; });

Expand Down

0 comments on commit 2663f43

Please sign in to comment.