nextpnr: Fix build the easy way (#452270)

This commit is contained in:
Artturin
2025-10-16 10:49:04 +00:00
committed by GitHub
+3
View File
@@ -80,6 +80,9 @@ stdenv.mkDerivation rec {
"-DHIMBAECHEL_GOWIN_DEVICES=all"
"-DHIMBAECHEL_PRJBEYOND_DB=${prjbeyond_src}"
# https://github.com/YosysHQ/nextpnr/issues/1578
# `Compatibility with CMake < 3.5 has been removed from CMake.`
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
]
++ (lib.optional enableGui "-DBUILD_GUI=ON");