treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
committed by
Jan Tojnar
parent
08d5fc3934
commit
133103d709
@@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
sha256 = "0dj4kk325b01s7q1zkwpm9rrzl7n1jf7fr92wcajjhc5kx14hwb0";
|
||||
};
|
||||
|
||||
patchFlags = "-p0";
|
||||
patchFlags = [ "-p0" ];
|
||||
checkInputs = [ pytest glibcLocales ];
|
||||
# JPLTest uses assets not distributed in package
|
||||
checkPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user