guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gxmessage: Add missing input.


From: Efraim Flashner
Subject: 01/01: gnu: gxmessage: Add missing input.
Date: Thu, 27 Oct 2016 18:03:59 +0000 (UTC)

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

commit 377bfbc1f8006a4f851ebac6cb995e96af51efa0
Author: Efraim Flashner <address@hidden>
Date:   Thu Oct 27 21:02:39 2016 +0300

    gnu: gxmessage: Add missing input.
    
    * gnu/packages/gxmessage.scm (gxmessage)[native-inputs]: Add gtk+3-bin.
---
 gnu/packages/gxmessage.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gxmessage.scm b/gnu/packages/gxmessage.scm
index a6ad707..53e5daa 100644
--- a/gnu/packages/gxmessage.scm
+++ b/gnu/packages/gxmessage.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 John Darrington <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -40,7 +41,8 @@
     (inputs
      `(("gtk+" ,gtk+)))
     (native-inputs
-     `(("intltool" ,intltool)
+     `(("gtk+-bin" ,gtk+ "bin") ; gtk-update-icon-cache
+       ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (home-page "http://www.gnu.org/software/gxmessage/";)
     (synopsis "Open popup message window with buttons for return")



reply via email to

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