kicad-unstable: fix build by enabling EGL

wxwidgets (wxGTK?) somehow changed to support EGL by default
This commit is contained in:
Evils 2022-09-19 02:16:19 +02:00
parent a62cbaddca
commit a3336a44f5

View File

@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
# RPATH of binary /nix/store/.../bin/... contains a forbidden reference to /build/
"-DCMAKE_SKIP_BUILD_RPATH=ON"
"-DKICAD_USE_EGL=ON"
]
++ optionals (withScripting) [
"-DKICAD_SCRIPTING_WXPYTHON=ON"