Merge pull request #226559 from amjoseph-nixpkgs/pr/fix/yosys/ghdl

yosys/plugins/ghdl.nix: fix build
This commit is contained in:
Adam Joseph 2023-04-17 04:47:06 +00:00 committed by GitHub
commit 016a65fde0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";