yosys/plugins/ghdl.nix: fix build

Since 12cc34ce2dd2f all yosys plugins are expected to have a
`plugin` attribute; without it they will not build. This commit
adds one for yosys-ghdl.

+1
+1
pkgs/development/compilers/yosys/plugins/ghdl.nix
··· 12 pname = "yosys-ghdl"; 13 # This is not the latest commit, but it's the latest that builds with current stable ghdl 2.0.0 14 version = "2022.01.11"; 15 16 src = fetchFromGitHub { 17 owner = "ghdl";
··· 12 pname = "yosys-ghdl"; 13 # This is not the latest commit, but it's the latest that builds with current stable ghdl 2.0.0 14 version = "2022.01.11"; 15 + plugin = "ghdl"; 16 17 src = fetchFromGitHub { 18 owner = "ghdl";