nextpnr: enable strictDeps

This commit is contained in:
Luflosi
2024-01-30 12:45:49 -06:00
committed by Austin Seipp
parent 23566fe16d
commit d825ebfbf6
+2
View File
@@ -82,6 +82,8 @@ stdenv.mkDerivation rec {
wrapQtApp $out/bin/nextpnr-gowin
'';
strictDeps = true;
meta = with lib; {
description = "Place and route tool for FPGAs";
homepage = "https://github.com/yosyshq/nextpnr";