1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 08:59:42 +00:00

vhd2vl: fix build error

This commit is contained in:
sophrosyne97 2021-05-31 18:11:13 -04:00
parent 0b6531b9e8
commit 0c2c703891

View file

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