mousai: use wrapGAppsHook4

This commit is contained in:
Robert Schütz
2022-05-18 12:38:50 -07:00
committed by Robert Schütz
parent 10992be63e
commit 3b35e34b6d
+5 -2
View File
@@ -15,7 +15,7 @@
, ninja
, pkg-config
, pulseaudio
, wrapGAppsHook
, wrapGAppsHook4
}:
python3.pkgs.buildPythonApplication rec {
@@ -39,6 +39,9 @@ python3.pkgs.buildPythonApplication rec {
];
postPatch = ''
substituteInPlace build-aux/meson/postinstall.py \
--replace gtk-update-icon-cache gtk4-update-icon-cache
patchShebangs build-aux/meson
'';
@@ -51,7 +54,7 @@ python3.pkgs.buildPythonApplication rec {
meson
ninja
pkg-config
wrapGAppsHook
wrapGAppsHook4
];
buildInputs = [