Skip to content

Commit 9f4747e

Browse files
committed
pywal16: add optional-dependencies
1 parent 3a78dd0 commit 9f4747e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pkgs/by-name/py/pywal16/package.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@ python3.pkgs.buildPythonApplication rec {
3737

3838
pythonImportsCheck = [ "pywal" ];
3939

40+
optional-dependencies = with python3.pkgs; {
41+
colorthief = [ colorthief ];
42+
colorz = [ colorz ];
43+
fast-colorthief = [ fast-colorthief ];
44+
haishoku = [ haishoku ];
45+
all = [
46+
colorthief
47+
colorz
48+
ast-colorthief
49+
haishoku
50+
];
51+
};
52+
4053
meta = {
4154
description = "16 colors fork of pywal";
4255
homepage = "https://github.com/eylles/pywal16";

0 commit comments

Comments
 (0)