0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

unicorn-angr: mark as broken on darwin (#408802)

This commit is contained in:
Fabian Affolter 2025-05-20 08:38:14 +02:00 committed by GitHub
commit a05544ed92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
maintainers = with maintainers; [ fab ];
platforms = platforms.unix;
broken = stdenv.hostPlatform.isDarwin;
};
}