unicorn-angr: mark as broken on darwin

This commit is contained in:
Fabian Affolter
2025-05-19 19:26:33 +02:00
parent f340e1b51f
commit c940e6d868
+1
View File
@@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
maintainers = with maintainers; [ fab ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
}