mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
pywal16: add optional-dependencies
This commit is contained in:
parent
3a78dd097d
commit
9f4747e9d0
@ -37,6 +37,19 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
pythonImportsCheck = [ "pywal" ];
|
||||
|
||||
optional-dependencies = with python3.pkgs; {
|
||||
colorthief = [ colorthief ];
|
||||
colorz = [ colorz ];
|
||||
fast-colorthief = [ fast-colorthief ];
|
||||
haishoku = [ haishoku ];
|
||||
all = [
|
||||
colorthief
|
||||
colorz
|
||||
ast-colorthief
|
||||
haishoku
|
||||
];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "16 colors fork of pywal";
|
||||
homepage = "https://github.com/eylles/pywal16";
|
||||
|
Loading…
Reference in New Issue
Block a user