Skip to content

Commit d825ebf

Browse files
Luflosithoughtpolice
authored andcommitted
nextpnr: enable strictDeps
1 parent 23566fe commit d825ebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ne/nextpnr/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ stdenv.mkDerivation rec {
8282
wrapQtApp $out/bin/nextpnr-gowin
8383
'';
8484

85+
strictDeps = true;
86+
8587
meta = with lib; {
8688
description = "Place and route tool for FPGAs";
8789
homepage = "https://github.com/yosyshq/nextpnr";

0 commit comments

Comments
 (0)