From ff7d1639c98be18cc3ccb4f95ffd95b64e9a98ca Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 2 Oct 2024 12:17:16 +0000 Subject: [PATCH] pkgs: remove no-longer-needed `clightning` patch --- pkgs/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index 7ef365802..01c459b84 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -171,12 +171,6 @@ let # - unpatched.XYZ draws (selectively) from the _unpatched_ package set. # see - #### short-term build fixes - clightning = unpatched.clightning.override { - # XXX(2024-07-07): build fails with default `python3` - python3 = pkgs.python311; - }; - #### long-term patching browserpass = callPackage ./patched/browserpass { inherit (unpatched) browserpass; }; # mozilla keeps nerfing itself and removing configuration options