Add cmake to PATH for material-color-utilities build on NixOS

This commit is contained in:
Celes Renata
2025-12-12 10:38:01 -08:00
parent 8f28d8b4cd
commit b4f4f250bb
+4
View File
@@ -54,6 +54,10 @@ let
echo "📦 Installing Python packages with proper library linking..."
source "$VENV_PATH/bin/activate"
# Add cmake to PATH for building material-color-utilities
export PATH="${pkgs.cmake}/bin:$PATH"
export CMAKE_GENERATOR="Unix Makefiles"
# Upgrade pip first
pip install --upgrade pip