guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: terminology: Remove input labels.


From: guix-commits
Subject: 03/07: gnu: terminology: Remove input labels.
Date: Thu, 6 Jan 2022 14:36:07 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c24ffc3aae0f163062988f406bc26e854585a9a7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 6 21:12:15 2022 +0200

    gnu: terminology: Remove input labels.
    
    * gnu/packages/enlightenment.scm (terminology)[native-inputs]: Remove
    package labels.
---
 gnu/packages/enlightenment.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 05f5a542e4..347b7ea9c6 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -246,9 +246,9 @@ removable devices or support for multimedia.")
              (delete-file (string-append (assoc-ref outputs "out")
                                          "/bin/tytest")))))))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("perl" ,perl)
-       ("pkg-config" ,pkg-config)))
+     (list gettext-minimal
+           perl
+           pkg-config))
     (inputs
      (list efl))
     (home-page "https://www.enlightenment.org/about-terminology";)



reply via email to

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