Skip to content

Commit

Permalink
Update android.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Nov 29, 2022
1 parent 7b08160 commit 0859f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/android.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final: prev: prev.lib.optionalAttrs prev.stdenv.hostPlatform.isAndroid ({
});

numactl = prev.numactl.overrideAttrs (attrs: {
patches = attrs.patches + [ ./patches/numactl-2.0.14-no-librt.patch ];
patches = (attrs.patches or []) ++ [ ./patches/numactl-2.0.14-no-librt.patch ];
});

zlib = prev.zlib.override { shared = false; static = true; };
Expand Down

0 comments on commit 0859f46

Please sign in to comment.