drawing: fix double wrapping

This commit is contained in:
Stefan Frijters
2025-11-03 02:13:44 +01:00
parent d7565dd37c
commit 6b79217b17
+7
View File
@@ -60,6 +60,13 @@ python3.pkgs.buildPythonApplication rec {
patchShebangs build-aux/meson/postinstall.py
'';
# Prevent double wrapping because of wrapGAppsHook3
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
strictDeps = false;
meta = {