remove st override
This commit is contained in:
parent
af48beee8c
commit
051303028a
1 changed files with 0 additions and 11 deletions
|
@ -7,17 +7,6 @@ with prev.lib; let
|
|||
in {
|
||||
lib = callPackage ./lib {};
|
||||
|
||||
st = prev.st.override {
|
||||
conf = import ./st.nix {};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://st.suckless.org/patches/clipboard/st-clipboard-0.8.3.diff";
|
||||
sha256 = "cbb37675e9b4986836c19aadacc616a006df81c9bf394e9e3573e164fa1867cf";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
override =
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue