nextpnr: enable strictDeps
This commit is contained in:
parent
23566fe16d
commit
d825ebfbf6
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue