mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
dialect: avoid double wrapping
This commit is contained in:
parent
bdd0c13ba0
commit
37b0b6ac77
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user