mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03: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 New Issue
Block a user