Use the nixpkgs-provided klein

This commit is contained in:
Florian Sesser 2024-12-04 18:21:08 +00:00 committed by Benoit Donneaux
parent c43fab3a04
commit 76726f24f2
2 changed files with 1 additions and 13 deletions

View File

@ -1,9 +0,0 @@
{ klein, fetchPypi }:
klein.overrideAttrs (old: rec {
pname = "klein";
version = "23.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-kGkSt6tBDZp/NRICg5w81zoqwHe9AHHIYcMfDu92Aoc=";
};
})

View File

@ -46,11 +46,8 @@ in {
txi2p = self.callPackage ./txi2p.nix { };
# Some packages are of somewhat too-old versions - update them.
klein = self.callPackage ./klein.nix {
# Avoid infinite recursion.
inherit (super) klein;
};
txtorcon = self.callPackage ./txtorcon.nix {
# Avoid infinite recursion.
inherit (super) txtorcon;
};