mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
ghidra: mark broken on darwin
This commit is contained in:
parent
4143506bbb
commit
30ff366f77
|
@ -178,6 +178,7 @@ in stdenv.mkDerivation rec {
|
|||
];
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ roblabla ];
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue