about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-06-06 15:11:11 +0000
committerAlyssa Ross <hi@alyssa.is>2023-06-06 15:11:11 +0000
commite5cf55ea56811b47e4a540be82bd1482f9ddd7b4 (patch)
tree89d01b3b645fed5fcc76647867fd87a9bea9534a /nixpkgs
parent5c90211a59b2f97c9dff3417b04795c75a59b93a (diff)
downloadnixlib-e5cf55ea56811b47e4a540be82bd1482f9ddd7b4.tar
nixlib-e5cf55ea56811b47e4a540be82bd1482f9ddd7b4.tar.gz
nixlib-e5cf55ea56811b47e4a540be82bd1482f9ddd7b4.tar.bz2
nixlib-e5cf55ea56811b47e4a540be82bd1482f9ddd7b4.tar.lz
nixlib-e5cf55ea56811b47e4a540be82bd1482f9ddd7b4.tar.xz
nixlib-e5cf55ea56811b47e4a540be82bd1482f9ddd7b4.tar.zst
nixlib-e5cf55ea56811b47e4a540be82bd1482f9ddd7b4.zip
python3Packages: remove unused binding
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/pkgs/top-level/python-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/top-level/python-packages.nix b/nixpkgs/pkgs/top-level/python-packages.nix
index e38081c4fb72..cb552bc98090 100644
--- a/nixpkgs/pkgs/top-level/python-packages.nix
+++ b/nixpkgs/pkgs/top-level/python-packages.nix
@@ -14,8 +14,6 @@
 
 self:
 
-let unoverriddenPython = python; in
-
 let
   inherit (self) callPackage;
   inherit (python.passthru) isPy27 isPy35 isPy36 isPy37 isPy38 isPy39 isPy310 isPy311 isPy3k isPyPy pythonAtLeast pythonOlder;