friture: Use qt5.15 just like pyqt5
Don't double wrap executables.
This commit is contained in:
parent
3d8267ee88
commit
62738d495c
pkgs
@ -32,9 +32,8 @@ in py.buildPythonApplication rec {
|
|||||||
./unlock_constraints.patch
|
./unlock_constraints.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
postFixup = ''
|
preFixup = ''
|
||||||
wrapQtApp $out/bin/friture
|
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
|
||||||
wrapQtApp $out/bin/.friture-wrapped
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -20836,7 +20836,7 @@ in
|
|||||||
|
|
||||||
freerdpUnstable = freerdp;
|
freerdpUnstable = freerdp;
|
||||||
|
|
||||||
friture = libsForQt514.callPackage ../applications/audio/friture { };
|
friture = libsForQt5.callPackage ../applications/audio/friture { };
|
||||||
|
|
||||||
fte = callPackage ../applications/editors/fte { };
|
fte = callPackage ../applications/editors/fte { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user