3
0
Fork 0
forked from mirrors/nixpkgs

mousai: use wrapGAppsHook4

This commit is contained in:
Robert Schütz 2022-05-18 04:56:55 +00:00 committed by Robert Schütz
parent 10992be63e
commit 3b35e34b6d

View file

@ -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 = [