forked from mirrors/nixpkgs
qgis: 2.18.20 -> 2.18.22 (#44266)
This commit is contained in:
parent
7e60f1c678
commit
51b8c7986a
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qgis-2.18.20";
|
name = "qgis-2.18.22";
|
||||||
|
|
||||||
buildInputs = [ gdal qt4 flex openssl bison proj geos xlibsWrapper sqlite gsl qwt qscintilla
|
buildInputs = [ gdal qt4 flex openssl bison proj geos xlibsWrapper sqlite gsl qwt qscintilla
|
||||||
fcgi libspatialindex libspatialite postgresql qjson qca2 txt2tags pkgconfig ]
|
fcgi libspatialindex libspatialite postgresql qjson qca2 txt2tags pkgconfig ]
|
||||||
|
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://qgis.org/downloads/${name}.tar.bz2";
|
url = "https://qgis.org/downloads/${name}.tar.bz2";
|
||||||
sha256 = "0bm9sv268lc3v48zjypsjjs62xnyb7zabzrms4jsy020waz6sk9g";
|
sha256 = "00b3a2hfn3i7bdx7x96vz2nj0976vpkhid4ss7n8c33fdvw3k82a";
|
||||||
};
|
};
|
||||||
|
|
||||||
# CMAKE_FIND_FRAMEWORK=never stops the installer choosing system
|
# CMAKE_FIND_FRAMEWORK=never stops the installer choosing system
|
||||||
|
|
Loading…
Reference in a new issue