schroedinger: *Flags are lists
This commit is contained in:
parent
9bce99fccc
commit
1e3c1c9fea
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
|
||||
doCheck = (!stdenv.isDarwin);
|
||||
|
||||
patchFlags = "-p0";
|
||||
patchFlags = [ "-p0" ];
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://raw.githubusercontent.com/macports/macports-ports/master/multimedia/schroedinger/files/patch-testsuite-Makefile.am.diff";
|
||||
|
Loading…
Reference in New Issue
Block a user