yosys/plugins/ghdl.nix: fix build

Since 12cc34ce2d all yosys plugins are expected to have a
`plugin` attribute; without it they will not build.  This commit
adds one for yosys-ghdl.
This commit is contained in:
Adam Joseph
2023-04-16 17:47:18 -07:00
parent fc4d8a1007
commit 9aa3e69c99
@@ -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";