vhd2vl: fix build error
(cherry picked from commit 0c2c7038919a0e4a5802ab04a12302d4c73b13b2)
This commit is contained in:
parent
7174a61367
commit
0c6243e00f
|
@ -4,6 +4,7 @@
|
|||
, bison
|
||||
, flex
|
||||
, verilog
|
||||
, which
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
verilog
|
||||
which
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in New Issue