ghidra: mark broken on darwin
This commit is contained in:
parent
4143506bbb
commit
30ff366f77
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ in stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ roblabla ];
|
maintainers = with maintainers; [ roblabla ];
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue