treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -94,7 +94,7 @@ stdenv.mkDerivation
|
||||
''--localstatedir=/var''
|
||||
];
|
||||
|
||||
makeFlags = "DESTDIR=$(out)";
|
||||
makeFlags = [ "DESTDIR=$(out)" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user