electrum: use system qdarkstyle, upstream loosened req due to fix
This commit is contained in:
parent
38c0e04ed9
commit
0ec02df42c
@ -3,16 +3,6 @@
|
|||||||
let
|
let
|
||||||
version = "3.3.5";
|
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.
|
# Not provided in official source releases, which are what upstream signs.
|
||||||
tests = fetchFromGitHub {
|
tests = fetchFromGitHub {
|
||||||
owner = "spesmilo";
|
owner = "spesmilo";
|
||||||
|
Loading…
Reference in New Issue
Block a user