Merge pull request #65568 from sikmir/update-gpxsee

gpxsee: 7.9 -> 7.11
This commit is contained in:
worldofpeace 2019-07-31 06:00:55 -04:00 committed by GitHub
commit 05df9cec11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''