treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
sh autogen.sh --prefix=$out
|
||||
'';
|
||||
|
||||
makeFlags = "DESTDIR=$(out)";
|
||||
makeFlags = [ "DESTDIR=$(out)" ];
|
||||
|
||||
# Probably a hack, but using DESTDIR and PREFIX makes everything work!
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user