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