friture: Use qt5.15 just like pyqt5

Don't double wrap executables.
gstqt5
Doron Behar 2020-10-08 15:23:06 +03:00 committed by Frederik Rietdijk
parent 3d8267ee88
commit 62738d495c
2 changed files with 3 additions and 4 deletions

View File

@ -32,9 +32,8 @@ in py.buildPythonApplication rec {
./unlock_constraints.patch
];
postFixup = ''
wrapQtApp $out/bin/friture
wrapQtApp $out/bin/.friture-wrapped
preFixup = ''
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
'';
meta = with lib; {

View File

@ -20836,7 +20836,7 @@ in
freerdpUnstable = freerdp;
friture = libsForQt514.callPackage ../applications/audio/friture { };
friture = libsForQt5.callPackage ../applications/audio/friture { };
fte = callPackage ../applications/editors/fte { };