guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: cups-filters: Add glib:bin as a native input.


From: Andreas Enge
Subject: 01/01: gnu: cups-filters: Add glib:bin as a native input.
Date: Tue, 15 Sep 2015 21:57:03 +0000

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

commit b76b1dcb9694a8b87669ae0de910b811c9f305a8
Author: Andreas Enge <address@hidden>
Date:   Tue Sep 15 23:55:09 2015 +0200

    gnu: cups-filters: Add glib:bin as a native input.
    
    * gnu/packages/cups.scm (cups-filters)[native-inputs]: Add the bin output
      of the glib package.
---
 gnu/packages/cups.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index f2f96b7..9dcb75a 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -71,7 +71,8 @@
          ,(string-append "--with-rcdir="
                          (assoc-ref %outputs "out") "/etc/rc.d"))))
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("glib" ,glib "bin") ; for gdbus-codegen
+       ("pkg-config" ,pkg-config)))
     (inputs
      `(("fontconfig"   ,fontconfig)
        ("freetype"     ,freetype)



reply via email to

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