diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-27 16:20:21 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-27 21:19:51 +0100 |
commit | 9d6b475c7874f84780b83da9df1111acff1d6298 (patch) | |
tree | ab31f31c94b21cc2112de8dac84e55b26bb25664 /gnu/packages | |
parent | 5a1b2de5d33484c98e6481f5dbe80621a44588a5 (diff) | |
download | guix-9d6b475c7874f84780b83da9df1111acff1d6298.tar.gz |
gnu: opencpn: Remove input labels.
* gnu/packages/geo.scm (opencpn)[native-inputs]: Remove labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/geo.scm | 3 |
1 files changed, 1 insertions, 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 |