friture: Use qt5.15 just like pyqt5

Don't double wrap executables.
This commit is contained in:
Doron Behar
2020-10-08 18:57:24 +02:00
committed by Frederik Rietdijk
parent 3d8267ee88
commit 62738d495c
2 changed files with 3 additions and 4 deletions
+2 -3
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; {
+1 -1
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 { };