parent
41c490b75e
commit
321e073629
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue