gnu: qgis: Allow building on more architectures.
* gnu/packages/geo.scm (qgis)[native-inputs]: Only build with shellcheck on supported platforms.
This commit is contained in:
parent
0433e7f3c2
commit
0b2d33af03
1 changed files with 14 additions and 11 deletions
|
@ -2786,17 +2786,20 @@ growing set of geoscientific methods.")
|
||||||
sqlite
|
sqlite
|
||||||
(list zstd "lib")))
|
(list zstd "lib")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison
|
(append
|
||||||
flex
|
(list bison
|
||||||
perl
|
flex
|
||||||
perl-yaml-tiny
|
perl
|
||||||
pkg-config
|
perl-yaml-tiny
|
||||||
python-mock
|
pkg-config
|
||||||
python-nose2
|
python-mock
|
||||||
python-pyqt-builder
|
python-nose2
|
||||||
qttools-5
|
python-pyqt-builder
|
||||||
shellcheck
|
qttools-5)
|
||||||
xorg-server-for-tests))
|
(if (supported-package? shellcheck)
|
||||||
|
(list shellcheck)
|
||||||
|
'())
|
||||||
|
(list xorg-server-for-tests)))
|
||||||
(home-page "https://qgis.org")
|
(home-page "https://qgis.org")
|
||||||
(synopsis "Geographical information system")
|
(synopsis "Geographical information system")
|
||||||
(description "QGIS is an easy to use Geographical Information
|
(description "QGIS is an easy to use Geographical Information
|
||||||
|
|
Reference in a new issue