mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
ghidra: remove with statements
This commit is contained in:
parent
4377a792d4
commit
a5d230f942
@ -11,10 +11,10 @@ let
|
||||
metaCommon =
|
||||
oldMeta:
|
||||
oldMeta
|
||||
// (with lib; {
|
||||
maintainers = (oldMeta.maintainers or [ ]) ++ (with maintainers; [ vringar ]);
|
||||
// {
|
||||
maintainers = (oldMeta.maintainers or [ ]) ++ (with lib.maintainers; [ vringar ]);
|
||||
platforms = oldMeta.platforms or ghidra.meta.platforms;
|
||||
});
|
||||
};
|
||||
|
||||
buildGhidraExtension =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user