electrum-ltc: Use default qt5.15.

The same as used by pyqt5 (#99956).

Also: Fix double wrapping.
This commit is contained in:
Doron Behar
2020-10-08 18:57:23 +02:00
committed by Frederik Rietdijk
parent 56d047f0b0
commit bc0113e2c2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ python3Packages.buildPythonApplication rec {
sed -i '/Created: .*/d' gui/qt/icons_rc.py
'';
postFixup = ''
wrapQtApp $out/bin/electrum-ltc
preFixup = ''
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
'';
checkPhase = ''