pythonPackages.qdarkstyle: init at 2.6.5
This commit is contained in:
parent
18b0cf78a6
commit
9b9f4d9005
22
pkgs/development/python-modules/qdarkstyle/default.nix
Normal file
22
pkgs/development/python-modules/qdarkstyle/default.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ lib, fetchPypi, buildPythonPackage }:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "qdarkstyle";
|
||||||
|
version = "2.6.5";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit version;
|
||||||
|
pname = "QDarkStyle";
|
||||||
|
sha256 = "96b14cd0440a0f73db4e14c5accdaa08072625d0395ae011d444508cbd73eb9e";
|
||||||
|
};
|
||||||
|
|
||||||
|
# No tests available
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "A dark stylesheet for Python and Qt applications";
|
||||||
|
homepage = https://github.com/ColinDuquesnoy/QDarkStyleSheet;
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ nyanloutre ];
|
||||||
|
};
|
||||||
|
}
|
@ -3983,6 +3983,8 @@ in {
|
|||||||
|
|
||||||
retry_decorator = callPackage ../development/python-modules/retry_decorator { };
|
retry_decorator = callPackage ../development/python-modules/retry_decorator { };
|
||||||
|
|
||||||
|
qdarkstyle = callPackage ../development/python-modules/qdarkstyle { };
|
||||||
|
|
||||||
quamash = callPackage ../development/python-modules/quamash { };
|
quamash = callPackage ../development/python-modules/quamash { };
|
||||||
|
|
||||||
quandl = callPackage ../development/python-modules/quandl { };
|
quandl = callPackage ../development/python-modules/quandl { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user