gnu: openorienteering-mapper: Remove input labels.
* gnu/packages/geo.scm (openorienteering-mapper) [inputs]: Remove input labels. [native-inputs]: As above. Change-Id: Ice3218e5fc6fa07879f61467cc14a4bd2fb950f6master
parent
89513b8ed3
commit
2281521872
|
@ -2552,19 +2552,19 @@ track your position right from your laptop.")
|
||||||
"-DLICENSING_PROVIDER:BOOL=OFF"
|
"-DLICENSING_PROVIDER:BOOL=OFF"
|
||||||
"-DMapper_MANUAL_QTHELP:BOOL=OFF")))
|
"-DMapper_MANUAL_QTHELP:BOOL=OFF")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("clipper" ,clipper)
|
(list clipper
|
||||||
("cups" ,cups)
|
cups
|
||||||
("curl" ,curl)
|
curl
|
||||||
("gdal" ,gdal)
|
gdal
|
||||||
("proj" ,proj)
|
proj
|
||||||
("qtbase" ,qtbase-5)
|
qtbase-5
|
||||||
("qtimageformats" ,qtimageformats-5)
|
qtimageformats-5
|
||||||
("qtlocation" ,qtlocation)
|
qtlocation
|
||||||
("qtsensors" ,qtsensors)
|
qtsensors
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
(list doxygen
|
||||||
("qttools-5" ,qttools-5)))
|
qttools-5))
|
||||||
(home-page "https://www.openorienteering.org/apps/mapper/")
|
(home-page "https://www.openorienteering.org/apps/mapper/")
|
||||||
(synopsis "OpenOrienteering Mapper (OOM)")
|
(synopsis "OpenOrienteering Mapper (OOM)")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue