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:
@@ -180,12 +180,12 @@ let
|
|||||||
#### long-term patching
|
#### long-term patching
|
||||||
browserpass = callPackage ./patched/browserpass { inherit (unpatched) browserpass; };
|
browserpass = callPackage ./patched/browserpass { inherit (unpatched) browserpass; };
|
||||||
# mozilla keeps nerfing itself and removing configuration options
|
# 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; };
|
# 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; };
|
# ibus = callPackage ./patched/ibus { inherit (unpatched) ibus; };
|
||||||
# modemmanager = callPackage ./patched/modemmanager { inherit (unpatched) modemmanager; };
|
# 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: {
|
playerctl = unpatched.playerctl.overrideAttrs (upstream: {
|
||||||
patches = (upstream.patches or []) ++ [
|
patches = (upstream.patches or []) ++ [
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
|
Reference in New Issue
Block a user