guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libotf: Use pkg-config to determine freetype location.


From: Marius Bakke
Subject: 01/01: gnu: libotf: Use pkg-config to determine freetype location.
Date: Wed, 3 Jan 2018 12:57:11 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 48342a04ada2df164df08c2532a2c424564da36f
Author: Marius Bakke <address@hidden>
Date:   Wed Jan 3 18:17:03 2018 +0100

    gnu: libotf: Use pkg-config to determine freetype location.
    
    * gnu/packages/fontutils.scm (libotf)[native-inputs]: Add PKG-CONFIG.
---
 gnu/packages/fontutils.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index b0e67c2..d6c093c 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -436,6 +436,8 @@ resolution.")
               (sha256
                (base32 
"0239zvfan56w7vrppriwy77fzb10ag9llaz15nsraps2a2x6di3v"))))
     (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (propagated-inputs
      `(("freetype" ,freetype)))
     (home-page "http://www.nongnu.org/m17n/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]