mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
installFonts: set meta.{description,maintainers,license} (#520679)
This commit is contained in:
@@ -748,6 +748,15 @@ with pkgs;
|
||||
|
||||
installFonts = makeSetupHook {
|
||||
name = "install-fonts-hook";
|
||||
meta = {
|
||||
description = "Copies standard font extension into their respective installation path";
|
||||
maintainers = with lib.maintainers; [
|
||||
pancaek
|
||||
sigmanificient
|
||||
jopejoe1
|
||||
];
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
} ../build-support/setup-hooks/install-fonts.sh;
|
||||
|
||||
copyPkgconfigItems = makeSetupHook {
|
||||
|
||||
Reference in New Issue
Block a user