forked from mirrors/nixpkgs
mousai: use wrapGAppsHook4
This commit is contained in:
parent
10992be63e
commit
3b35e34b6d
|
@ -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…
Reference in a new issue