blanket: avoid double wrapping
Co-authored-by: aleksana <me@aleksana.moe>
This commit is contained in:
parent
ce2d4c81da
commit
63c883728f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user