Commit d825ebfb authored by Luflosi's avatar Luflosi Committed by Austin Seipp
Browse files

nextpnr: enable `strictDeps`

parent 23566fe1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";