mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
electrum-ltc: Use default qt5.15.
The same as used by pyqt5 (#99956). Also: Fix double wrapping.
This commit is contained in:
parent
56d047f0b0
commit
bc0113e2c2
|
@ -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 = ''
|
||||
|
|
|
@ -20314,7 +20314,7 @@ in
|
|||
|
||||
electrum-dash = callPackage ../applications/misc/electrum/dash.nix { };
|
||||
|
||||
electrum-ltc = libsForQt514.callPackage ../applications/misc/electrum/ltc.nix { };
|
||||
electrum-ltc = libsForQt5.callPackage ../applications/misc/electrum/ltc.nix { };
|
||||
|
||||
elementary-planner = callPackage ../applications/office/elementary-planner { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue