pkgs: stop patching helix, pasta, firefox-unwrapped at the global scope

these patches could be re-applied if needed, via `sane.programs`.
if i remove my other patches, then i can migrate `pkgs/additional/` to
just `pkgs/`
This commit is contained in:
2024-10-02 00:24:32 +00:00
parent 99285c5911
commit 4ff0bf7cde

View File

@@ -180,12 +180,12 @@ let
#### long-term patching
browserpass = callPackage ./patched/browserpass { inherit (unpatched) browserpass; };
# mozilla keeps nerfing itself and removing configuration options
firefox-unwrapped = callPackage ./patched/firefox-unwrapped { inherit (unpatched) firefox-unwrapped; };
# firefox-unwrapped = callPackage ./patched/firefox-unwrapped { inherit (unpatched) firefox-unwrapped; };
# gocryptfs = callPackage ./patched/gocryptfs { inherit (unpatched) gocryptfs; };
helix = callPackage ./patched/helix { inherit (unpatched) helix; };
# helix = callPackage ./patched/helix { inherit (unpatched) helix; };
# ibus = callPackage ./patched/ibus { inherit (unpatched) ibus; };
# modemmanager = callPackage ./patched/modemmanager { inherit (unpatched) modemmanager; };
passt = import ./patched/passt { inherit (unpatched) passt; };
# passt = import ./patched/passt { inherit (unpatched) passt; };
playerctl = unpatched.playerctl.overrideAttrs (upstream: {
patches = (upstream.patches or []) ++ [
(fetchpatch {