pythonPackages.setuptools: make compatible with hasPythonModule
This commit is contained in:
parent
8bdd81b499
commit
859dc02fa3
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "setuptools";
|
pname = "setuptools";
|
||||||
version = "38.2.3";
|
version = "38.2.3";
|
||||||
name = "${python.libPrefix}-${pname}-${version}";
|
name = "${python.libPrefix}-${pname}-${version}";
|
||||||
|
pythonModule = python;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user