mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
xorg.fontbhttf: mark as unfree
https://bugzilla.redhat.com/show_bug.cgi?id=317641
This commit is contained in:
parent
4f73633f26
commit
40dc278ee0
@ -28,6 +28,10 @@ in
|
||||
buildInputs = attrs.buildInputs ++ [ xorg.mkfontscale ];
|
||||
};
|
||||
|
||||
fontbhttf = attrs: attrs // {
|
||||
meta = attrs.meta // { license = lib.licenses.unfreeRedistributable; };
|
||||
};
|
||||
|
||||
fontcursormisc = attrs: attrs // {
|
||||
buildInputs = attrs.buildInputs ++ [ xorg.mkfontscale ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user