summary refs log tree commit diff
path: root/pkgs/development/compilers/yosys/plugins/symbiflow.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/yosys/plugins/symbiflow.nix')
-rw-r--r--pkgs/development/compilers/yosys/plugins/symbiflow.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/yosys/plugins/symbiflow.nix b/pkgs/development/compilers/yosys/plugins/symbiflow.nix
index 31e429284c0..89900673587 100644
--- a/pkgs/development/compilers/yosys/plugins/symbiflow.nix
+++ b/pkgs/development/compilers/yosys/plugins/symbiflow.nix
@@ -54,7 +54,7 @@ in lib.genAttrs plugins (plugin: stdenv.mkDerivation (rec {
 
   # xdc has an incorrect path to a test which has yet to be patched
   doCheck = plugin != "xdc";
-  checkInputs = [ static_gtest ];
+  nativeCheckInputs = [ static_gtest ];
 
   # ql-qlf tries to fetch a yosys script from github
   # Run the script in preBuild instead.