Skip to content

Commit

Permalink
pythonPackages.pip: do not name it python-*
Browse files Browse the repository at this point in the history
Fixes #19691.  Feel free to find a beter naming.
  • Loading branch information
vcunat committed Oct 20, 2016
1 parent e6bcff4 commit 4de7cbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let
sha256 = "0533cr5w14da8wdb2q4py6aizvbvsdbk3sj7m1jx9lwznvnlf5n3";
};
in stdenv.mkDerivation rec {
name = "python-${python.version}-bootstrapped-pip-${version}";
name = "python${python.version}-bootstrapped-pip-${version}";
version = "8.1.2";

src = fetchurl {
Expand Down

0 comments on commit 4de7cbd

Please sign in to comment.