guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: perl-gd: Remove input labels.


From: guix-commits
Subject: 03/11: gnu: perl-gd: Remove input labels.
Date: Fri, 24 Feb 2023 18:07:35 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 279b0122b63502f1d5ea027025dcc4dd4180e478
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Feb 24 14:43:07 2023 +0100

    gnu: perl-gd: Remove input labels.
    
    * gnu/packages/gd.scm (perl-gd)[inputs]: Remove labels.
---
 gnu/packages/gd.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 9e422dbe97..02e05c6072 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -108,12 +108,12 @@ most common applications of GD involve website 
development.")
         (base32 "0arjpa8id6k5yjxfq0j2hsinhhjzjch5lwk6gscf48l54drrw729"))))
     (build-system perl-build-system)
     (inputs
-     `(("fontconfig" ,fontconfig)
-       ("freetype" ,freetype)
-       ("gd" ,gd)
-       ("libpng" ,libpng)
-       ("libjpeg" ,libjpeg-turbo)
-       ("zlib" ,zlib)))
+     (list fontconfig
+           freetype
+           gd
+           libpng
+           libjpeg-turbo
+           zlib))
     (native-inputs
      (list perl-extutils-pkgconfig))
     (arguments



reply via email to

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