mousai: use wrapGAppsHook4

main
Robert Schütz 2 years ago committed by Robert Schütz
parent 10992be63e
commit 3b35e34b6d
  1. 7
      pkgs/applications/audio/mousai/default.nix

@ -15,7 +15,7 @@
, ninja , ninja
, pkg-config , pkg-config
, pulseaudio , pulseaudio
, wrapGAppsHook , wrapGAppsHook4
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
@ -39,6 +39,9 @@ python3.pkgs.buildPythonApplication rec {
]; ];
postPatch = '' postPatch = ''
substituteInPlace build-aux/meson/postinstall.py \
--replace gtk-update-icon-cache gtk4-update-icon-cache
patchShebangs build-aux/meson patchShebangs build-aux/meson
''; '';
@ -51,7 +54,7 @@ python3.pkgs.buildPythonApplication rec {
meson meson
ninja ninja
pkg-config pkg-config
wrapGAppsHook wrapGAppsHook4
]; ];
buildInputs = [ buildInputs = [

Loading…
Cancel
Save