vhd2vl: fix build error

(cherry picked from commit 0c2c7038919a0e4a5802ab04a12302d4c73b13b2)
This commit is contained in:
sophrosyne97 2021-05-31 18:11:13 -04:00 committed by github-actions[bot]
parent 7174a61367
commit 0c6243e00f
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
, bison
, flex
, verilog
, which
}:
stdenv.mkDerivation rec {
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
buildInputs = [
verilog
which
];
installPhase = ''