treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ pythonPackages.python pythonPackages.wrapPython ];
|
||||
|
||||
makeFlags = "PREFIX= DESTDIR=$(out)" ;
|
||||
makeFlags = [ "PREFIX=" "DESTDIR=$(out)" ] ;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/mhagger/git-imerge;
|
||||
|
||||
Reference in New Issue
Block a user