This commit is contained in:
Domen Kožar
2014-10-12 18:24:16 +02:00
parent a2a7abc67c
commit 68b183e309
4 changed files with 8 additions and 8 deletions

View File

@@ -115,7 +115,7 @@ let
, internalName ? "_" + moduleName
, deps
}:
if (includeModules) then null else stdenv.mkDerivation rec {
if includeModules then null else stdenv.mkDerivation rec {
name = "python-${moduleName}-${python.version}";
inherit src patches preConfigure;

View File

@@ -117,7 +117,7 @@ let
, internalName ? "_" + moduleName
, deps
}:
if (includeModules) then null else stdenv.mkDerivation rec {
if includeModules then null else stdenv.mkDerivation rec {
name = "python-${moduleName}-${python.version}";
inherit src patches preConfigure;

View File

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