gpxsee: 7.9 -> 7.11

This commit is contained in:
Nikolay Korotkiy 2019-07-29 22:39:25 +03:00
parent dc7352b1fc
commit 87b7619426
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, qmake, qttools, makeWrapper }:
{ mkDerivation, lib, fetchFromGitHub, qmake, qttools }:
stdenv.mkDerivation rec {
mkDerivation rec {
pname = "gpxsee";
version = "7.9";
version = "7.11";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "029l5dhc9nnxiw7p0s4gyfkcqw709z7lz96aq8krs75mfk4fv07k";
sha256 = "1b4ky7m990h3rmam9lb1w6vns1mxd8ri6is3a8qgdl8kd6xcl5d7";
};
nativeBuildInputs = [ qmake makeWrapper ];
nativeBuildInputs = [ qmake ];
buildInputs = [ qttools ];
preConfigure = ''
@ -20,12 +20,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postInstall = ''
wrapProgram $out/bin/gpxsee \
--prefix XDG_DATA_DIRS ":" $out/share
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = https://www.gpxsee.org/;
description = "GPS log file viewer and analyzer";
longDescription = ''