mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: openorienteering-mapper: Remove input labels.
* gnu/packages/geo.scm (openorienteering-mapper) [inputs]: Remove input labels. [native-inputs]: As above. Change-Id: Ice3218e5fc6fa07879f61467cc14a4bd2fb950f6
This commit is contained in:
parent
89513b8ed3
commit
2281521872
1 changed files with 12 additions and 12 deletions
|
@ -2552,19 +2552,19 @@ (define-public openorienteering-mapper
|
|||
"-DLICENSING_PROVIDER:BOOL=OFF"
|
||||
"-DMapper_MANUAL_QTHELP:BOOL=OFF")))
|
||||
(inputs
|
||||
`(("clipper" ,clipper)
|
||||
("cups" ,cups)
|
||||
("curl" ,curl)
|
||||
("gdal" ,gdal)
|
||||
("proj" ,proj)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtimageformats" ,qtimageformats-5)
|
||||
("qtlocation" ,qtlocation)
|
||||
("qtsensors" ,qtsensors)
|
||||
("zlib" ,zlib)))
|
||||
(list clipper
|
||||
cups
|
||||
curl
|
||||
gdal
|
||||
proj
|
||||
qtbase-5
|
||||
qtimageformats-5
|
||||
qtlocation
|
||||
qtsensors
|
||||
zlib))
|
||||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
("qttools-5" ,qttools-5)))
|
||||
(list doxygen
|
||||
qttools-5))
|
||||
(home-page "https://www.openorienteering.org/apps/mapper/")
|
||||
(synopsis "OpenOrienteering Mapper (OOM)")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue