Skip to content

Commit 63c8837

Browse files
wegankAleksanaa
andcommitted
blanket: avoid double wrapping
Co-authored-by: aleksana <me@aleksana.moe>
1 parent ce2d4c8 commit 63c8837

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkgs/by-name/bl/blanket/package.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ python3Packages.buildPythonApplication rec {
5757
--replace gtk-update-icon-cache gtk4-update-icon-cache
5858
'';
5959

60+
dontWrapGApps = true;
61+
62+
preFixup = ''
63+
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
64+
'';
65+
6066
meta = {
6167
description = "Listen to different sounds";
6268
homepage = "https://github.com/rafaelmardojai/blanket";

0 commit comments

Comments
 (0)