mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
fix eval
This commit is contained in:
parent
2d6582d14e
commit
29ffeecf78
|
@ -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 = [
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue