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