pythonPackages.pip: do not name it python-*
Fixes #19691. Feel free to find a beter naming.
This commit is contained in:
parent
e6bcff4d53
commit
4de7cbdf04
@ -14,7 +14,7 @@ let
|
|||||||
sha256 = "0533cr5w14da8wdb2q4py6aizvbvsdbk3sj7m1jx9lwznvnlf5n3";
|
sha256 = "0533cr5w14da8wdb2q4py6aizvbvsdbk3sj7m1jx9lwznvnlf5n3";
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "python-${python.version}-bootstrapped-pip-${version}";
|
name = "python${python.version}-bootstrapped-pip-${version}";
|
||||||
version = "8.1.2";
|
version = "8.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
Reference in New Issue
Block a user