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