openorienteering-mapper: 0.8.4 -> 0.9.0
This commit is contained in:
parent
9d6ae16734
commit
f6b8a4d7ef
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "OpenOrienteering-Mapper";
|
pname = "OpenOrienteering-Mapper";
|
||||||
version = "0.8.4";
|
version = "0.9.0";
|
||||||
|
|
||||||
buildInputs = [ gdal qtbase qttools qtlocation qtimageformats
|
buildInputs = [ gdal qtbase qttools qtlocation qtimageformats
|
||||||
qtsensors clipper zlib proj doxygen cups];
|
qtsensors clipper zlib proj doxygen cups];
|
||||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "OpenOrienteering";
|
owner = "OpenOrienteering";
|
||||||
repo = "mapper";
|
repo = "mapper";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0rw34kp2vd1la97vnk9plwvis6lvyib2bvs7lgkhpnm4p5l7dp1g";
|
sha256 = "0wnxj2xf529941dwss6ygb1krfx18lzl6rf67060b0zndc7n6l8f";
|
||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags =
|
cmakeFlags =
|
||||||
@ -40,9 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
"-DMapper_PACKAGE_GDAL=0"
|
"-DMapper_PACKAGE_GDAL=0"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# Needs to be available when proj_api.h gets evaluted by CPP
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ];
|
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
stdenv.lib.optionalString stdenv.isDarwin ''
|
stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
# Fixes "This application failed to start because it could not find or load the Qt
|
# Fixes "This application failed to start because it could not find or load the Qt
|
||||||
@ -60,6 +57,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://www.openorienteering.org/apps/mapper/;
|
homepage = https://www.openorienteering.org/apps/mapper/;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = with maintainers; [mpickering];
|
maintainers = with maintainers; [ mpickering sikmir ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user