nanovna-saver: don't double-wrap
This commit is contained in:
parent
f133bec362
commit
cc2924ee9a
1 changed files with 4 additions and 3 deletions
|
@ -43,10 +43,11 @@ in python.pkgs.buildPythonApplication rec {
|
|||
dontWrapGApps = true;
|
||||
dontWrapQtApps = true;
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/NanoVNASaver \
|
||||
"''${gappsWrapperArgs[@]}" \
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=(
|
||||
"''${gappsWrapperArgs[@]}"
|
||||
"''${qtWrapperArgs[@]}"
|
||||
)
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue