Python: bootstrapped-pip: use python.libPrefix
in name
See 4de7cbdf04940da9715925d6db25509e661c79c8
This commit is contained in:
parent
41c490b75e
commit
321e073629
@ -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.libPrefix}-bootstrapped-pip-${version}";
|
||||||
version = "8.1.2";
|
version = "8.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user