diff options
| author | seth <[email protected]> | 2023-03-06 09:34:06 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-06 09:34:48 -0500 |
| commit | 6a6f3f10d53e902f3edc968bcef8db9de098591f (patch) | |
| tree | 9f224a40a11e5ee79e9c9abeaaba33bc23e707d3 | |
| parent | fe1762f6194d3cfa2f91e3d8906b810c12edf570 (diff) | |
material-color-utilities: update meta info
| -rw-r--r-- | pkgs/material-color-utilities.nix | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/pkgs/material-color-utilities.nix b/pkgs/material-color-utilities.nix index 0bbb4f2..79fc1db 100644 --- a/pkgs/material-color-utilities.nix +++ b/pkgs/material-color-utilities.nix @@ -10,5 +10,14 @@ python3Packages.buildPythonPackage rec { inherit version; sha256 = "sha256-PG8C585wWViFRHve83z3b9NijHyV+iGY2BdMJpyVH64="; }; - propagatedBuildInputs = with python3Packages; [pillow regex poetry-core]; + + nativeBuildInputs = with python3Packages; [poetry-core]; + propagatedBuildInputs = with python3Packages; [pillow regex]; + + meta = with lib; { + description = "Python port of material-color-utilities used for Material You colors"; + license = licenses.asl20; + maintainers = with maintainers; [getchoo]; + platforms = platforms.all; + }; } |
