guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: iso-codes: Remove input labels.


From: guix-commits
Subject: 03/08: gnu: iso-codes: Remove input labels.
Date: Sat, 16 Jul 2022 14:27:22 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit f49eef43fd62aba548f8b18e4a8e2e2764735414
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 14 03:05:39 2022 +0200

    gnu: iso-codes: Remove input labels.
    
    * gnu/packages/iso-codes.scm (iso-codes/official)[native-inputs]: Remove
    conditional and labels.
    [inputs]: Remove.
---
 gnu/packages/iso-codes.scm | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/gnu/packages/iso-codes.scm b/gnu/packages/iso-codes.scm
index f8775c5eaa..95ab9ca44f 100644
--- a/gnu/packages/iso-codes.scm
+++ b/gnu/packages/iso-codes.scm
@@ -46,19 +46,8 @@
               (base32
                "1q6x9c5x4x0x4q11iygldsmxdyzhz1mb4n8im76glwsgqsqyjs80"))))
     (build-system gnu-build-system)
-    ;; TODO(staging): Unconditionally move inputs to native-inputs.
     (native-inputs
-     (if (%current-target-system)
-         `(("python" ,python-wrapper)
-           ("perl" ,perl)
-           ("gettext" ,gettext-minimal))
-         '()))
-    (inputs
-     `(,@(if (%current-target-system)
-             '()
-             `(("gettext" ,gettext-minimal)
-               ("perl" ,perl)
-               ("python" ,python-wrapper)))))
+     (list gettext-minimal perl python-wrapper))
     (synopsis "Various ISO standards")
     (description
      "This package provides lists of various ISO standards (e.g. country,



reply via email to

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