1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +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
, flex
, verilog
, which
}:
stdenv.mkDerivation rec {
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
buildInputs = [
verilog
which
];
installPhase = ''