about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-05-14 04:29:22 +0300
committerNikolay Amiantov <ab@fmap.me>2016-05-14 04:29:22 +0300
commitc6a61092e78873ff0300e1660838194693a53911 (patch)
tree7831f6dd859018a524b6f5d48078e1b8bf2d7087 /pkgs
parent38ef2df4a66faf492c717cbb9fe57591e6c8845f (diff)
downloadnixlib-c6a61092e78873ff0300e1660838194693a53911.tar
nixlib-c6a61092e78873ff0300e1660838194693a53911.tar.gz
nixlib-c6a61092e78873ff0300e1660838194693a53911.tar.bz2
nixlib-c6a61092e78873ff0300e1660838194693a53911.tar.lz
nixlib-c6a61092e78873ff0300e1660838194693a53911.tar.xz
nixlib-c6a61092e78873ff0300e1660838194693a53911.tar.zst
nixlib-c6a61092e78873ff0300e1660838194693a53911.zip
pythonPackages.sip: let python.buildEnv detect it
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/sip/4.16.nix2
-rw-r--r--pkgs/development/python-modules/sip/default.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/sip/4.16.nix b/pkgs/development/python-modules/sip/4.16.nix
index adb6c7ef80d6..2861816885f3 100644
--- a/pkgs/development/python-modules/sip/4.16.nix
+++ b/pkgs/development/python-modules/sip/4.16.nix
@@ -16,6 +16,8 @@ if isPyPy then throw "sip not supported for interpreter ${python.executable}" el
 
   buildInputs = [ python ];
 
+  passthru.pythonPath = [];
+
   meta = with stdenv.lib; {
     description = "Creates C++ bindings for Python modules";
     homepage    = "http://www.riverbankcomputing.co.uk/";
diff --git a/pkgs/development/python-modules/sip/default.nix b/pkgs/development/python-modules/sip/default.nix
index cf3a0149844b..6c455b3bb1bd 100644
--- a/pkgs/development/python-modules/sip/default.nix
+++ b/pkgs/development/python-modules/sip/default.nix
@@ -19,6 +19,8 @@ if isPyPy then throw "sip not supported for interpreter ${python.executable}" el
 
   buildInputs = [ python ];
 
+  passthru.pythonPath = [];
+
   meta = with stdenv.lib; {
     description = "Creates C++ bindings for Python modules";
     homepage    = "http://www.riverbankcomputing.co.uk/";