mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-14 05:39:57 -05:00
Add cmake to PATH for material-color-utilities build on NixOS
This commit is contained in:
@@ -54,6 +54,10 @@ let
|
|||||||
echo "📦 Installing Python packages with proper library linking..."
|
echo "📦 Installing Python packages with proper library linking..."
|
||||||
source "$VENV_PATH/bin/activate"
|
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
|
# Upgrade pip first
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user