chore(dev): add required deps to run font scripts in devenv
This commit is contained in:
parent
1a1c0c8170
commit
10ac4961ec
|
|
@ -17,6 +17,12 @@ in {
|
|||
golangci-lint mage
|
||||
# Desktop
|
||||
electron
|
||||
# Font processing tools
|
||||
wget
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.fonttools
|
||||
python3Packages.brotli
|
||||
] ++ lib.optionals (!pkgs.stdenv.isDarwin) [
|
||||
# Frontend tools (exclude on Darwin)
|
||||
cypress
|
||||
|
|
|
|||
Loading…
Reference in New Issue