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)
|
||||
ddcci-driver-with-global-control
|
||||
kooha
|
||||
nerdfonts-terminus
|
||||
oni2
|
||||
terminus_font_fancy
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
gnome.gnome-todo
|
||||
gnome.gnome-tweaks
|
||||
gnome.nautilus-python
|
||||
kooha
|
||||
lollypop
|
||||
pavucontrol
|
||||
scrcpy
|
||||
|
|
|
@ -11,13 +11,6 @@ super: rec {
|
|||
|
||||
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: {
|
||||
preFixup = with super;
|
||||
let py = (python3.withPackages (ps: with ps; [ ps.pygobject3 ]));
|
||||
|
|
Loading…
Reference in a new issue