st: Make patches configurable via config.st.patches.
This commit is contained in:
@@ -13722,10 +13722,12 @@ in
|
||||
|
||||
st = callPackage ../applications/misc/st {
|
||||
conf = config.st.conf or null;
|
||||
patches = config.st.patches or null;
|
||||
};
|
||||
|
||||
st-wayland = callPackage ../applications/misc/st/wayland.nix {
|
||||
conf = config.st.conf or null;
|
||||
patches = config.st.patches or null;
|
||||
};
|
||||
|
||||
stag = callPackage ../applications/misc/stag {
|
||||
|
||||
Reference in New Issue
Block a user