From 4f4f5ef5c2668eac856a2d6faac5def94a8e13a9 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 14 Apr 2025 01:14:41 +0200 Subject: [PATCH] Revert "yosys: mark as broken on darwin" This reverts commit ad60ae83a2f2ec0ef5a19db6ca8d6b08089c8b14. --- pkgs/development/compilers/yosys/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/compilers/yosys/default.nix b/pkgs/development/compilers/yosys/default.nix index abf678223c14..708d1fd40d10 100644 --- a/pkgs/development/compilers/yosys/default.nix +++ b/pkgs/development/compilers/yosys/default.nix @@ -177,11 +177,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://yosyshq.net/yosys/"; license = licenses.isc; platforms = platforms.all; - badPlatforms = [ - # Tests fail - # https://github.com/NixOS/nixpkgs/issues/398121 - lib.systems.inspect.patterns.isDarwin - ]; maintainers = with maintainers; [ shell thoughtpolice