guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: abiword: Drop input labels.


From: guix-commits
Subject: 03/05: gnu: abiword: Drop input labels.
Date: Sun, 5 Mar 2023 17:43:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a7790d30857cd2bbfcc8691f7f4b60779459de49
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 5 23:06:29 2023 +0100

    gnu: abiword: Drop input labels.
    
    * gnu/packages/abiword.scm (abiword)[inputs, native-inputs]: Drop package
    labels.
---
 gnu/packages/abiword.scm | 50 ++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm
index 311c94c2a3..d97de005d2 100644
--- a/gnu/packages/abiword.scm
+++ b/gnu/packages/abiword.scm
@@ -84,32 +84,32 @@
         #:make-flags
         (list "gtk_update_icon_cache=true")))
     (inputs
-      `(("boost" ,boost)
-        ("enchant" ,enchant)
-        ("fontconfig" ,fontconfig)
-        ("fribidi" ,fribidi)
-        ("glib" ,glib)
-        ("goffice" ,goffice)
-        ("gtk+" ,gtk+)
-        ("libchamplain" ,libchamplain)
-        ("libglade" ,libglade)
-        ("libgsf" ,libgsf)
-        ("libjpeg" ,libjpeg-turbo)
-        ("libpng" ,libpng)
-        ("librsvg" ,(librsvg-for-system))
-        ("libxml2" ,libxml2)
-        ("libxslt" ,libxslt)
-        ("ots" ,ots)
-        ("popt" ,popt)
-        ("readline" ,readline)
-        ("telepathy" ,telepathy-glib)
-        ("wv" ,wv)
-        ("zlib" ,zlib)))
+     (list boost
+           enchant
+           fontconfig
+           fribidi
+           glib
+           goffice
+           gtk+
+           libchamplain
+           libglade
+           libgsf
+           libjpeg-turbo
+           libpng
+           (librsvg-for-system)
+           libxml2
+           libxslt
+           ots
+           popt
+           readline
+           telepathy-glib
+           wv
+           zlib))
     (native-inputs
-      `(("intltool" ,intltool)
-        ("glib:bin" ,glib "bin")
-        ("libtool" ,libtool)
-        ("pkg-config" ,pkg-config)))
+     (list intltool
+           `(,glib "bin")
+           libtool
+           pkg-config))
     (home-page "https://www.abisource.com/";)
     (synopsis "Word processing program")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]