st: Make patches configurable via config.st.patches.

This commit is contained in:
Moritz Ulrich
2016-04-12 22:44:07 +02:00
parent b0d2c0cade
commit 0bda52462b
3 changed files with 8 additions and 2 deletions

View File

@@ -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 {