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
|
golangci-lint mage
|
||||||
# Desktop
|
# Desktop
|
||||||
electron
|
electron
|
||||||
|
# Font processing tools
|
||||||
|
wget
|
||||||
|
python3
|
||||||
|
python3Packages.pip
|
||||||
|
python3Packages.fonttools
|
||||||
|
python3Packages.brotli
|
||||||
] ++ lib.optionals (!pkgs.stdenv.isDarwin) [
|
] ++ lib.optionals (!pkgs.stdenv.isDarwin) [
|
||||||
# Frontend tools (exclude on Darwin)
|
# Frontend tools (exclude on Darwin)
|
||||||
cypress
|
cypress
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue