gnu: abiword: Use 'wv', not 'wvware'.

* gnu/packages/abiword.scm: Change 'wvware' to 'wv'.
This commit is contained in:
Ludovic Courtès 2014-09-09 15:33:57 +02:00
parent 698d228001
commit a3c4aa1b70
1 changed files with 2 additions and 2 deletions

View File

@ -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)