vhd2vl: fix build error

launchpad/nixpkgs/master
sophrosyne97 3 years ago
parent 0b6531b9e8
commit 0c2c703891
  1. 2
      pkgs/applications/science/electronics/vhd2vl/default.nix

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

Loading…
Cancel
Save