nextpnr: enable strictDeps

This commit is contained in:
Luflosi 2024-01-24 13:00:47 +01:00 committed by Austin Seipp
parent 23566fe16d
commit d825ebfbf6

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";