schroedinger: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-26 17:39:27 +02:00 committed by Jan Tojnar
parent 9bce99fccc
commit 1e3c1c9fea
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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";