chore(dev): add required deps to run font scripts in devenv

This commit is contained in:
kolaente 2025-07-17 15:06:05 +02:00
parent 1a1c0c8170
commit 10ac4961ec
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 0 deletions

View File

@ -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