mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
treewide: rm empty inherit
This commit is contained in:
parent
6fe3802abd
commit
43ce4eae1b
4 changed files with 14 additions and 6 deletions
|
@ -24,5 +24,15 @@ symlinkJoin {
|
||||||
--prefix LD_LIBRARY_PATH : ${vte}/lib
|
--prefix LD_LIBRARY_PATH : ${vte}/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
inherit (geany.meta) ;
|
meta = {
|
||||||
|
inherit (geany.meta)
|
||||||
|
description
|
||||||
|
longDescription
|
||||||
|
homepage
|
||||||
|
license
|
||||||
|
maintainers
|
||||||
|
platforms
|
||||||
|
mainProgram
|
||||||
|
;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,9 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
using them with RPCEmu.
|
using them with RPCEmu.
|
||||||
'';
|
'';
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = builtins.attrValues {
|
maintainers = with lib.maintainers; [ ];
|
||||||
inherit (lib.maintainers) ;
|
|
||||||
};
|
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue