blanket: avoid double wrapping

Co-authored-by: aleksana <me@aleksana.moe>
This commit is contained in:
Weijia Wang 2024-05-02 12:43:33 +02:00
parent ce2d4c81da
commit 63c883728f

View File

@ -57,6 +57,12 @@ python3Packages.buildPythonApplication rec {
--replace gtk-update-icon-cache gtk4-update-icon-cache
'';
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
meta = {
description = "Listen to different sounds";
homepage = "https://github.com/rafaelmardojai/blanket";