treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ libnl iptables ];
|
||||
|
||||
makeFlags = "-C src/usr";
|
||||
makeFlags = [ "-C" "src/usr" ];
|
||||
|
||||
prePatch = ''
|
||||
sed -e 's%^XTABLES_SO_DIR = .*%XTABLES_SO_DIR = '"$out"'/lib/xtables%g' -i src/usr/iptables/Makefile
|
||||
|
||||
Reference in New Issue
Block a user