summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-02-21 14:59:04 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2016-02-21 15:01:00 +0100
commit696052cb622b718cfe7543126b86d543ba19f43b (patch)
treeba7ec679cf55a4b94889a6426946444e19a701c0 /pkgs
parentb08c0472e1cb4644cef4532186bac784f60c33b3 (diff)
downloadnixlib-696052cb622b718cfe7543126b86d543ba19f43b.tar
nixlib-696052cb622b718cfe7543126b86d543ba19f43b.tar.gz
nixlib-696052cb622b718cfe7543126b86d543ba19f43b.tar.bz2
nixlib-696052cb622b718cfe7543126b86d543ba19f43b.tar.lz
nixlib-696052cb622b718cfe7543126b86d543ba19f43b.tar.xz
nixlib-696052cb622b718cfe7543126b86d543ba19f43b.tar.zst
nixlib-696052cb622b718cfe7543126b86d543ba19f43b.zip
pythonPackages.protobuf: fix
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 17d5bb6d03a4..df742a5c84cf 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -15496,7 +15496,7 @@ in modules // {
       ${python.executable} setup.py test
     '';
 
-    installFlags = optional (versionAtLeast protobuf.version "2.6.0") "--cpp_implementation";
+    installFlags = optional (versionAtLeast protobuf.version "2.6.0") "--install-option='--cpp_implementation'";
 
     doCheck = true;