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 ];
# Workaround to make the python wrapper not drop this package:
# pythonFullBuildEnv.override { extraLibs = [ thrift ]; }
# pythonFull.buildEnv.override { extraLibs = [ thrift ]; }
pythonPath = [];
buildInputs = [

View file

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