guix-commits
[Top][All Lists]
Advanced

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

17/23: gnu: opencpn: Remove input labels.


From: guix-commits
Subject: 17/23: gnu: opencpn: Remove input labels.
Date: Sun, 27 Nov 2022 15:26:11 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9d6b475c7874f84780b83da9df1111acff1d6298
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 27 16:20:21 2022 +0100

    gnu: opencpn: Remove input labels.
    
    * gnu/packages/geo.scm (opencpn)[native-inputs]: Remove labels.
---
 gnu/packages/geo.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 1603f7b79c..0f777c7f9b 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2135,8 +2135,7 @@ exchanged form one Spatial DBMS and the other.")
         (base32 "16hb0ycp0kbx2h8fx08rqkgrlz48kaym0d6wqvpjrcfa2r4myss8"))))
     (build-system cmake-build-system)
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+     (list gettext-minimal pkg-config))
     (inputs
      (list alsa-utils
            bzip2



reply via email to

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