pythonFull -> python with all modules, pythonFullWithPkgs -> buildEnv

This commit is contained in:
Domen Kožar
2014-10-13 21:35:21 +02:00
parent 8de9ac5bd4
commit a2a7abc67c
5 changed files with 21 additions and 19 deletions
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
patches = [ ./yylex.patch ];
# Workaround to make the python wrapper not drop this package:
# pythonFull.override { extraLibs = [ thrift ]; }
# pythonFullWithPkgs.override { extraLibs = [ thrift ]; }
pythonPath = [];
buildInputs = [