ghdl: enable builds on "x86_64-darwin" (#335975)
* ghdl: enable builds on "x86_64-darwin" * oops Co-authored-by: Aleksana <me@aleksana.moe>
This commit is contained in:
@@ -120,6 +120,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "ghdl";
|
||||
maintainers = with lib.maintainers; [ lucus16 thoughtpolice ];
|
||||
platforms = lib.platforms.linux;
|
||||
platforms =
|
||||
lib.platforms.linux
|
||||
++ lib.optionals (backend == "mcode" || backend == "llvm") [ "x86_64-darwin" ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user