gpxsee: 2.17 -> 4.3

This commit is contained in:
Gabriel Ebner 2017-04-16 09:13:32 +02:00
parent 58db2099b4
commit 2ec6e82b7f

View File

@ -1,20 +1,20 @@
{ stdenv, fetchFromGitHub, qmakeHook }:
{ stdenv, fetchFromGitHub, qmakeHook, qttools }:
stdenv.mkDerivation rec {
name = "gpxsee-${version}";
version = "2.17";
version = "4.3";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "1422kgj972ydasqqm0k02qf3v2py7if2ibri7yjg8awqilacy6by";
sha256 = "15f686frxlrmdvh5cc837kx62g0ihqj4vb87i8433g7l5vqkv3lf";
};
nativeBuildInputs = [ qmakeHook ];
nativeBuildInputs = [ qmakeHook qttools ];
patchPhase = ''
sed -i '/lang\/gpxsee_cs.qm/d' gpxsee.qrc
preConfigure = ''
lrelease lang/*.ts
'';
preFixup = ''