remove oni2
This commit is contained in:
parent
d4c4020bcf
commit
b7d78c65ad
2 changed files with 0 additions and 7 deletions
|
@ -9,7 +9,6 @@
|
||||||
inherit (patched)
|
inherit (patched)
|
||||||
ddcci-driver-with-global-control
|
ddcci-driver-with-global-control
|
||||||
nerdfonts-terminus
|
nerdfonts-terminus
|
||||||
oni2
|
|
||||||
terminus_font_fancy
|
terminus_font_fancy
|
||||||
webkitgtk
|
webkitgtk
|
||||||
;
|
;
|
||||||
|
|
|
@ -21,12 +21,6 @@ super: rec {
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
oni2 = super.oni2.overrideAttrs (attrs: {
|
|
||||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [
|
|
||||||
super.python3
|
|
||||||
];
|
|
||||||
});
|
|
||||||
|
|
||||||
terminus_font_fancy = super.terminus_font.overrideAttrs (attrs: {
|
terminus_font_fancy = super.terminus_font.overrideAttrs (attrs: {
|
||||||
patches = (attrs.patches or [ ]) ++ [ "alt/td1.diff" "alt/ll2.diff" ];
|
patches = (attrs.patches or [ ]) ++ [ "alt/td1.diff" "alt/ll2.diff" ];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue