drawing: fix double wrapping (#457955)

This commit is contained in:
Aleksana
2025-11-08 08:02:49 +00:00
committed by GitHub
+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 = {