flake: set extra metadata
This commit is contained in:
parent
8378d5ac26
commit
03880ef039
|
@ -113,9 +113,12 @@
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
installPhase = mapAttrsToList copyType types
|
installPhase = mapAttrsToList copyType types
|
||||||
++ optional (dir != null) (mapAttrsToList copyTypeDir types);
|
++ optional (dir != null) (mapAttrsToList copyTypeDir types);
|
||||||
|
|
||||||
|
passthru.font = true;
|
||||||
meta = {
|
meta = {
|
||||||
inherit license;
|
inherit license;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ artemist ];
|
||||||
description = "${name} font by ${author}";
|
description = "${name} font by ${author}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue