gnu: abiword: Use 'wv', not 'wvware'.
* gnu/packages/abiword.scm: Change 'wvware' to 'wv'.
This commit is contained in:
parent
698d228001
commit
a3c4aa1b70
|
@ -36,7 +36,7 @@
|
||||||
#:use-module (gnu packages popt)
|
#:use-module (gnu packages popt)
|
||||||
#:use-module (gnu packages pkg-config)
|
#:use-module (gnu packages pkg-config)
|
||||||
#:use-module (gnu packages readline)
|
#:use-module (gnu packages readline)
|
||||||
#:use-module (gnu packages wvware)
|
#:use-module (gnu packages wv)
|
||||||
#:use-module (gnu packages xml))
|
#:use-module (gnu packages xml))
|
||||||
|
|
||||||
(define-public abiword
|
(define-public abiword
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
("ots" ,ots)
|
("ots" ,ots)
|
||||||
("popt" ,popt)
|
("popt" ,popt)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("wvware" ,wvware)
|
("wv" ,wv)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in New Issue