Skip to content

Commit

Permalink
electrum: fix check without qt
Browse files Browse the repository at this point in the history
  • Loading branch information
arcnmx committed Apr 13, 2024
1 parent 47cb1f6 commit 00084aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/misc/electrum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ python.pkgs.buildPythonApplication {
--replace ${libzbar_name} ${zbar.lib}/lib/libzbar${stdenv.hostPlatform.extensions.sharedLibrary}
'' else ''
sed -i '/qdarkstyle/d' contrib/requirements/requirements.txt
chmod +w tests
rm tests/test_qml_types.py
'');

postInstall = lib.optionalString stdenv.isLinux ''
Expand Down

0 comments on commit 00084aa

Please sign in to comment.