From a3c4aa1b70c7affc72a58fdd94c36b8ed22e6878 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 9 Sep 2014 15:33:57 +0200 Subject: gnu: abiword: Use 'wv', not 'wvware'. * gnu/packages/abiword.scm: Change 'wvware' to 'wv'. --- gnu/packages/abiword.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm index 7d9b82b78d..82a289e712 100644 --- a/gnu/packages/abiword.scm +++ b/gnu/packages/abiword.scm @@ -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) -- cgit 1.4.1