Skip to content

Commit 0859f46

Browse files
committed
Update android.nix
1 parent 7b08160 commit 0859f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/android.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final: prev: prev.lib.optionalAttrs prev.stdenv.hostPlatform.isAndroid ({
2727
});
2828

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

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

0 commit comments

Comments
 (0)