Commit 9aa3e69c authored by Adam Joseph's avatar Adam Joseph
Browse files

yosys/plugins/ghdl.nix: fix build

Since 12cc34ce all yosys plugins are expected to have a
`plugin` attribute; without it they will not build.  This commit
adds one for yosys-ghdl.
parent fc4d8a10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ stdenv.mkDerivation {
  pname = "yosys-ghdl";
  # This is not the latest commit, but it's the latest that builds with current stable ghdl 2.0.0
  version = "2022.01.11";
  plugin = "ghdl";

  src = fetchFromGitHub {
    owner  = "ghdl";