summary refs log tree commit diff
path: root/pkgs/development/libraries/boost
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:39 +0100
commite298629fec0fe6ffbd6e30dcb1fc4718bc807cb4 (patch)
treef70c88821c0f87faf89b71eed276ea21515cf5da /pkgs/development/libraries/boost
parent49f40b2e3d23a2de8290a6c5ce9915564cc1678b (diff)
downloadnixpkgs-e298629fec0fe6ffbd6e30dcb1fc4718bc807cb4.tar
nixpkgs-e298629fec0fe6ffbd6e30dcb1fc4718bc807cb4.tar.gz
nixpkgs-e298629fec0fe6ffbd6e30dcb1fc4718bc807cb4.tar.bz2
nixpkgs-e298629fec0fe6ffbd6e30dcb1fc4718bc807cb4.tar.lz
nixpkgs-e298629fec0fe6ffbd6e30dcb1fc4718bc807cb4.tar.xz
nixpkgs-e298629fec0fe6ffbd6e30dcb1fc4718bc807cb4.tar.zst
nixpkgs-e298629fec0fe6ffbd6e30dcb1fc4718bc807cb4.zip
boost: *Flags are lists
Diffstat (limited to 'pkgs/development/libraries/boost')
-rw-r--r--pkgs/development/libraries/boost/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/boost/generic.nix b/pkgs/development/libraries/boost/generic.nix
index 2d0a5a63d6f..82bcd49592d 100644
--- a/pkgs/development/libraries/boost/generic.nix
+++ b/pkgs/development/libraries/boost/generic.nix
@@ -103,7 +103,7 @@ stdenv.mkDerivation {
 
   inherit src version;
 
-  patchFlags = "";
+  patchFlags = [];
 
   patches = patches
   ++ optional stdenv.isDarwin (