remove kooha
This commit is contained in:
parent
1ef3e7694f
commit
d4c4020bcf
3 changed files with 0 additions and 9 deletions
|
@ -8,7 +8,6 @@
|
||||||
|
|
||||||
inherit (patched)
|
inherit (patched)
|
||||||
ddcci-driver-with-global-control
|
ddcci-driver-with-global-control
|
||||||
kooha
|
|
||||||
nerdfonts-terminus
|
nerdfonts-terminus
|
||||||
oni2
|
oni2
|
||||||
terminus_font_fancy
|
terminus_font_fancy
|
||||||
|
|
|
@ -41,7 +41,6 @@
|
||||||
gnome.gnome-todo
|
gnome.gnome-todo
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
gnome.nautilus-python
|
gnome.nautilus-python
|
||||||
kooha
|
|
||||||
lollypop
|
lollypop
|
||||||
pavucontrol
|
pavucontrol
|
||||||
scrcpy
|
scrcpy
|
||||||
|
|
|
@ -11,13 +11,6 @@ super: rec {
|
||||||
|
|
||||||
gnome-control-center = patch' super.gnome.gnome-control-center;
|
gnome-control-center = patch' super.gnome.gnome-control-center;
|
||||||
|
|
||||||
kooha = super.kooha.overrideAttrs (_: {
|
|
||||||
postInstall = ''
|
|
||||||
substituteInPlace $out/share/applications/io.github.seadve.Kooha.desktop \
|
|
||||||
--replace "=Kooha" "=Screen Recorder"
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
nautilus = (patch' super.gnome.nautilus).overrideAttrs (attrs: {
|
nautilus = (patch' super.gnome.nautilus).overrideAttrs (attrs: {
|
||||||
preFixup = with super;
|
preFixup = with super;
|
||||||
let py = (python3.withPackages (ps: with ps; [ ps.pygobject3 ]));
|
let py = (python3.withPackages (ps: with ps; [ ps.pygobject3 ]));
|
||||||
|
|
Loading…
Reference in a new issue