mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
parent
41c490b75e
commit
321e073629
@ -14,7 +14,7 @@ let
|
||||
sha256 = "0533cr5w14da8wdb2q4py6aizvbvsdbk3sj7m1jx9lwznvnlf5n3";
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "python${python.version}-bootstrapped-pip-${version}";
|
||||
name = "${python.libPrefix}-bootstrapped-pip-${version}";
|
||||
version = "8.1.2";
|
||||
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user