about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-10-26 17:39:27 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-12-30 11:13:41 +0100
commit1e3c1c9feab5cf46ddab0be86ee754a776f7cd95 (patch)
tree5f3372c7b3d880de0117a35af868e42094e60c69
parent9bce99fccc9f176155ab9bef400e4ce0e1ce4d2b (diff)
downloadnixlib-1e3c1c9feab5cf46ddab0be86ee754a776f7cd95.tar
nixlib-1e3c1c9feab5cf46ddab0be86ee754a776f7cd95.tar.gz
nixlib-1e3c1c9feab5cf46ddab0be86ee754a776f7cd95.tar.bz2
nixlib-1e3c1c9feab5cf46ddab0be86ee754a776f7cd95.tar.lz
nixlib-1e3c1c9feab5cf46ddab0be86ee754a776f7cd95.tar.xz
nixlib-1e3c1c9feab5cf46ddab0be86ee754a776f7cd95.tar.zst
nixlib-1e3c1c9feab5cf46ddab0be86ee754a776f7cd95.zip
schroedinger: *Flags are lists
-rw-r--r--pkgs/development/libraries/schroedinger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/schroedinger/default.nix b/pkgs/development/libraries/schroedinger/default.nix
index f78ed0f7925d..1831161979d3 100644
--- a/pkgs/development/libraries/schroedinger/default.nix
+++ b/pkgs/development/libraries/schroedinger/default.nix
@@ -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";