diff options
| author | seth <[email protected]> | 2023-03-06 09:39:44 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-06 09:39:44 -0500 |
| commit | 327ecad0fca0d06fd5c8a7f437607af00a52ad78 (patch) | |
| tree | 6ea877fa02a15f6bcee81fc40af471b0b6cd6941 | |
| parent | 6a6f3f10d53e902f3edc968bcef8db9de098591f (diff) | |
fix(material-color-utilities): import lib
| -rw-r--r-- | pkgs/material-color-utilities.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/material-color-utilities.nix b/pkgs/material-color-utilities.nix index 79fc1db..d6e9f1c 100644 --- a/pkgs/material-color-utilities.nix +++ b/pkgs/material-color-utilities.nix @@ -1,4 +1,5 @@ { + lib, fetchPypi, python3Packages, }: |
