~ruther/guix-local

c46a961e242ff068de8666623bbe2b6b7c5d59a5 — 宋文武 1 year, 6 months ago 30e4a12
gnu: xfontsel: Update to 1.1.1.

* gnu/packages/xorg.scm (xfontsel): Update to 1.1.1.
[native-inputs]: Add gettext-minimal.

Change-Id: I16f0a2747e0ba6a7a39959ba94846c55c9375f21
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +3 -3
@@ 3980,7 3980,7 @@ protocol.")
(define-public xfontsel
  (package
    (name "xfontsel")
    (version "1.1.0")
    (version "1.1.1")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 3988,7 3988,7 @@ protocol.")
                    version ".tar.xz"))
              (sha256
               (base32
                "1d6ifx6sw97mmr00bhfakyx2f94w14yswxc68sw49zmvawrjq18p"))))
                "1j827aiv7lsr2y7jgmv6pb5wmr2l3r3nd2pys0z2a0bpi9jqcjvs"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags


@@ 3997,7 3997,7 @@ protocol.")
    (inputs
     (list libx11 libxaw libxmu libxt))
    (native-inputs
     (list pkg-config))
     (list gettext-minimal pkg-config))
    (home-page "https://www.x.org/wiki/")
    (synopsis "Browse and select X font names")
    (description