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:
Efraim Flashner 2023-06-13 09:09:08 +03:00
parent 0433e7f3c2
commit 0b2d33af03
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2786,17 +2786,20 @@ (define-public qgis
sqlite
(list zstd "lib")))
(native-inputs
(list bison
flex
perl
perl-yaml-tiny
pkg-config
python-mock
python-nose2
python-pyqt-builder
qttools-5
shellcheck
xorg-server-for-tests))
(append
(list bison
flex
perl
perl-yaml-tiny
pkg-config
python-mock
python-nose2
python-pyqt-builder
qttools-5)
(if (supported-package? shellcheck)
(list shellcheck)
'())
(list xorg-server-for-tests)))
(home-page "https://qgis.org")
(synopsis "Geographical information system")
(description "QGIS is an easy to use Geographical Information