fix eval
This commit is contained in:
parent
2d6582d14e
commit
29ffeecf78
@ -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 = [
|
||||||
|
@ -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 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user