dialect: avoid double wrapping

This commit is contained in:
Gabriel Arazas 2022-07-16 16:43:36 +08:00
parent bdd0c13ba0
commit 37b0b6ac77

View File

@ -41,6 +41,11 @@ python3Packages.buildPythonApplication rec {
rm -rf subprojects
'';
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
format = "other";
meta = with lib; {
homepage = "https://github.com/dialect-app/dialect";