me
/
guix
Archived
1
0
Fork 0

gnu: qgis: Allow building on more architectures.

* gnu/packages/geo.scm (qgis)[native-inputs]: Only build with shellcheck
on supported platforms.
master
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
1 changed files with 14 additions and 11 deletions

View File

@ -2786,17 +2786,20 @@ growing set of geoscientific methods.")
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