treewide: rm empty inherit (#408584)

This commit is contained in:
Aleksana
2025-05-23 10:37:08 +08:00
committed by GitHub
4 changed files with 14 additions and 6 deletions
+11 -1
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
;
};
}
+1 -3
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;
};
})
+1 -1
View File
@@ -63,5 +63,5 @@ stdenv.mkDerivation {
)
'';
inherit (caja.meta) ;
inherit (caja) meta;
}
@@ -62,5 +62,5 @@ stdenv.mkDerivation {
)
'';
inherit (mate-panel.meta) ;
inherit (mate-panel) meta;
}