pythonPackages.sip: let python.buildEnv detect it

This commit is contained in:
Nikolay Amiantov 2016-05-14 04:29:22 +03:00
parent 38ef2df4a6
commit c6a61092e7
2 changed files with 4 additions and 0 deletions

View File

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

View File

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