Unverified Commit 016a65fd authored by Adam Joseph's avatar Adam Joseph Committed by GitHub
Browse files

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

yosys/plugins/ghdl.nix: fix build
parents a1c17c91 9aa3e69c
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";