mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
pythonPackages: remove pythonName
because it is not used anywhere
This commit is contained in:
parent
402a53736e
commit
2988112a0c
@ -24,16 +24,6 @@ let
|
||||
|
||||
buildPythonApplication = args: buildPythonPackage ({namePrefix="";} // args );
|
||||
|
||||
# Unique python version identifier
|
||||
pythonName =
|
||||
if isPy26 then "python26" else
|
||||
if isPy27 then "python27" else
|
||||
if isPy33 then "python33" else
|
||||
if isPy34 then "python34" else
|
||||
if isPy35 then "python35" else
|
||||
if isPy36 then "python36" else
|
||||
if isPyPy then "pypy" else "";
|
||||
|
||||
modules = python.modules or {
|
||||
readline = null;
|
||||
sqlite3 = null;
|
||||
|
Loading…
Reference in New Issue
Block a user