electrum: use system qdarkstyle, upstream loosened req due to fix

This commit is contained in:
Will Dietz 2019-05-10 14:09:38 -05:00
parent 38c0e04ed9
commit 0ec02df42c
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

@ -3,16 +3,6 @@
let
version = "3.3.5";
qdarkstyle = python3Packages.buildPythonPackage rec {
pname = "QDarkStyle";
version = "2.5.4";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "1w715m1i5pycfqcpkrggpn0rs9cakx6cm5v8rggcxnf4p0i0kdiy";
};
doCheck = false; # no tests
};
# Not provided in official source releases, which are what upstream signs.
tests = fetchFromGitHub {
owner = "spesmilo";