From 4de7cbdf04940da9715925d6db25509e661c79c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 20 Oct 2016 17:58:17 +0200 Subject: [PATCH] pythonPackages.pip: do not name it python-* Fixes #19691. Feel free to find a beter naming. --- pkgs/development/python-modules/bootstrapped-pip/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/bootstrapped-pip/default.nix b/pkgs/development/python-modules/bootstrapped-pip/default.nix index 31436d0ea38..cb0cfd0133f 100644 --- a/pkgs/development/python-modules/bootstrapped-pip/default.nix +++ b/pkgs/development/python-modules/bootstrapped-pip/default.nix @@ -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 {