guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: harfbuzz: Add "bin" output.


From: ???
Subject: 02/02: gnu: harfbuzz: Add "bin" output.
Date: Tue, 15 Sep 2015 12:21:54 +0000

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

commit eb6afbcde784a72a96f3c5a70d657630d421b02a
Author: 宋文武 <address@hidden>
Date:   Tue Sep 15 20:19:39 2015 +0800

    gnu: harfbuzz: Add "bin" output.
    
    * gnu/packages/gtk.scm (harfbuzz)[outputs]: New field.
      [arguments]<#:configure-flags>: Pass '--bindir'.
---
 gnu/packages/gtk.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f708afb..53d8edc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -154,6 +154,7 @@ affine transformation (scale, rotation, shear, etc.).")
               (base32
                "1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b"))))
    (build-system gnu-build-system)
+   (outputs '("out" "bin"))
    (inputs
     `(("cairo" ,cairo)))
    (propagated-inputs
@@ -167,7 +168,9 @@ affine transformation (scale, rotation, shear, etc.).")
       ("python" ,python-2))) ; incompatible with Python 3 (print syntax)
    (arguments
     `(#:configure-flags `("--with-graphite2"
-                          "--with-gobject")))
+                          "--with-gobject"
+                          ,(string-append
+                            "--bindir=" (assoc-ref %outputs "bin") "/bin"))))
    (synopsis "OpenType text shaping engine")
    (description
     "HarfBuzz is an OpenType text shaping engine.")



reply via email to

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