~ruther/guix-local

a3c4aa1b70c7affc72a58fdd94c36b8ed22e6878 — Ludovic Courtès 11 years ago 698d228
gnu: abiword: Use 'wv', not 'wvware'.

* gnu/packages/abiword.scm: Change 'wvware' to 'wv'.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/abiword.scm
M gnu/packages/abiword.scm => gnu/packages/abiword.scm +2 -2
@@ 36,7 36,7 @@
  #:use-module (gnu packages popt)
  #:use-module (gnu packages pkg-config)
  #:use-module (gnu packages readline)
  #:use-module (gnu packages wvware)
  #:use-module (gnu packages wv)
  #:use-module (gnu packages xml))

(define-public abiword


@@ 92,7 92,7 @@
        ("ots" ,ots)
        ("popt" ,popt)
        ("readline" ,readline)
        ("wvware" ,wvware)
        ("wv" ,wv)
        ("zlib" ,zlib)))
    (native-inputs
      `(("intltool" ,intltool)