Skip to content

Commit

Permalink
electrum-ltc: Use default qt5.15.
Browse files Browse the repository at this point in the history
The same as used by pyqt5 (NixOS#99956).

Also: Fix double wrapping.
(cherry picked from commit bc0113e)
  • Loading branch information
doronbehar authored and FRidh committed Oct 13, 2020
1 parent 8bcf0f2 commit b8ba7b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/electrum/ltc.nix
Expand Up @@ -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 = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -20126,7 +20126,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 { };

Expand Down

0 comments on commit b8ba7b4

Please sign in to comment.