forked from mirrors/nixpkgs
Fix font-cursor-misc build
This commit is contained in:
parent
87c5696996
commit
31212a0a95
|
@ -8,6 +8,10 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
|
fontcursormisc = attrs: attrs // {
|
||||||
|
buildInputs = attrs.buildInputs ++ [ xorg.mkfontscale ];
|
||||||
|
};
|
||||||
|
|
||||||
fontmiscmisc = attrs: attrs // {
|
fontmiscmisc = attrs: attrs // {
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in a new issue