nanovna-saver: don't double-wrap

This commit is contained in:
Robert Schütz 2021-06-23 18:39:00 +02:00
parent f133bec362
commit cc2924ee9a

View File

@ -43,10 +43,11 @@ in python.pkgs.buildPythonApplication rec {
dontWrapGApps = true; dontWrapGApps = true;
dontWrapQtApps = true; dontWrapQtApps = true;
postFixup = '' preFixup = ''
wrapProgram $out/bin/NanoVNASaver \ makeWrapperArgs+=(
"''${gappsWrapperArgs[@]}" \ "''${gappsWrapperArgs[@]}"
"''${qtWrapperArgs[@]}" "''${qtWrapperArgs[@]}"
)
''; '';
meta = with lib; { meta = with lib; {