treewide: rm empty inherit

This commit is contained in:
Sizhe Zhao 2025-05-19 10:54:09 +08:00
parent 6fe3802abd
commit 43ce4eae1b
No known key found for this signature in database
GPG key ID: ED1807251A7DA08F
4 changed files with 14 additions and 6 deletions

View file

@ -24,5 +24,15 @@ symlinkJoin {
--prefix LD_LIBRARY_PATH : ${vte}/lib
'';
inherit (geany.meta) ;
meta = {
inherit (geany.meta)
description
longDescription
homepage
license
maintainers
platforms
mainProgram
;
};
}

View file

@ -59,9 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
using them with RPCEmu.
'';
license = lib.licenses.gpl2Plus;
maintainers = builtins.attrValues {
inherit (lib.maintainers) ;
};
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
})

View file

@ -63,5 +63,5 @@ stdenv.mkDerivation {
)
'';
inherit (caja.meta) ;
inherit (caja) meta;
}

View file

@ -62,5 +62,5 @@ stdenv.mkDerivation {
)
'';
inherit (mate-panel.meta) ;
inherit (mate-panel) meta;
}