[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: font-misc-ethiopic: Add missing input.
From: |
Efraim Flashner |
Subject: |
01/02: gnu: font-misc-ethiopic: Add missing input. |
Date: |
Wed, 10 Aug 2016 13:16:54 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 881d863102e3a9625a1990f6458d861793cc4ca2
Author: Efraim Flashner <address@hidden>
Date: Wed Aug 10 15:57:21 2016 +0300
gnu: font-misc-ethiopic: Add missing input.
* gnu/packages/xorg.scm (font-misc-ethiopic)[inputs]: Add mkfontscale.
---
gnu/packages/xorg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0b91f2d..61fd555 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -641,7 +641,8 @@ For example: '6x10', '9x15bold', etc.")
"19cq7iq0pfad0nc2v28n681fdq3fcw1l1hzaq0wpkgpx7bc1zjsk"))))
(build-system gnu-build-system)
(inputs
- `(("mkfontdir" ,mkfontdir)))
+ `(("mkfontdir" ,mkfontdir)
+ ("mkfontscale" ,mkfontscale)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")