We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b08160 commit 0859f46Copy full SHA for 0859f46
overlays/android.nix
@@ -27,7 +27,7 @@ final: prev: prev.lib.optionalAttrs prev.stdenv.hostPlatform.isAndroid ({
27
});
28
29
numactl = prev.numactl.overrideAttrs (attrs: {
30
- patches = attrs.patches + [ ./patches/numactl-2.0.14-no-librt.patch ];
+ patches = (attrs.patches or []) ++ [ ./patches/numactl-2.0.14-no-librt.patch ];
31
32
33
zlib = prev.zlib.override { shared = false; static = true; };
0 commit comments