0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

xastir: 2.1.0 -> 2.1.2

Version 2.1.2 is compatible with recent versions of proj
This commit is contained in:
Vincent Laporte 2019-06-15 17:02:14 +00:00 committed by Vincent Laporte
parent c393c5217b
commit 2307ac9fe2

View file

@ -1,23 +1,23 @@
{ stdenv, fetchFromGitHub, autoreconfHook { stdenv, fetchFromGitHub, autoreconfHook
, curl, db, gdal, libgeotiff , curl, db, libgeotiff
, libXpm, libXt, motif, pcre , libXpm, libXt, motif, pcre
, perl, proj, rastermagick, shapelib , perl, proj, rastermagick, shapelib
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xastir"; pname = "xastir";
version = "2.1.0"; version = "2.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "Release-${version}"; rev = "Release-${version}";
sha256 = "16zsgy3589snawr8f1fa22ymvpnjy6njvxmsck7q8p2xmmz2ry7r"; sha256 = "1xfzd2m4l0zbb96ak2pniffxdrs9lax0amkxfgdsnyg8x5j0xcxm";
}; };
buildInputs = [ buildInputs = [
autoreconfHook autoreconfHook
curl db gdal libgeotiff curl db libgeotiff
libXpm libXt motif pcre libXpm libXt motif pcre
perl proj rastermagick shapelib perl proj rastermagick shapelib
]; ];