~ruther/guix-local

377bfbc1f8006a4f851ebac6cb995e96af51efa0 — Efraim Flashner 9 years ago f02fb6d
gnu: gxmessage: Add missing input.

* gnu/packages/gxmessage.scm (gxmessage)[native-inputs]: Add gtk+3-bin.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/gxmessage.scm
M gnu/packages/gxmessage.scm => gnu/packages/gxmessage.scm +3 -1
@@ 1,5 1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 John Darrington <jmd@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; 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")