simplify
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user