This commit is contained in:
Domen Kožar 2014-10-19 19:54:33 +02:00
parent 2d6582d14e
commit 29ffeecf78
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation {
patches = [ ./yylex.patch ]; patches = [ ./yylex.patch ];
# Workaround to make the python wrapper not drop this package: # Workaround to make the python wrapper not drop this package:
# pythonFullBuildEnv.override { extraLibs = [ thrift ]; } # pythonFull.buildEnv.override { extraLibs = [ thrift ]; }
pythonPath = []; pythonPath = [];
buildInputs = [ buildInputs = [

View File

@ -1876,7 +1876,7 @@ let
openobex = callPackage ../tools/bluetooth/openobex { }; openobex = callPackage ../tools/bluetooth/openobex { };
openopc = callPackage ../tools/misc/openopc { openopc = callPackage ../tools/misc/openopc {
pythonFull = python27FullBuildEnv.override { pythonFull = python27.buildEnv.override {
extraLibs = [ python27Packages.pyro3 ]; extraLibs = [ python27Packages.pyro3 ];
}; };
}; };