mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-21 08:20:02 -05:00
Add pkg-config to PATH for pywayland build
This commit is contained in:
@@ -54,8 +54,8 @@ 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
|
# Add cmake and pkg-config to PATH for building Python packages
|
||||||
export PATH="${pkgs.cmake}/bin:$PATH"
|
export PATH="${pkgs.cmake}/bin:${pkgs.pkg-config}/bin:$PATH"
|
||||||
export CMAKE_GENERATOR="Unix Makefiles"
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
# Upgrade pip first
|
# Upgrade pip first
|
||||||
|
|||||||
Reference in New Issue
Block a user