gpxsee: 9.12 → 10.0

This commit is contained in:
Nikolay Korotkiy 2021-12-08 11:19:29 +03:00
parent 4a7ba4621b
commit f1ca35a6aa
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -1,14 +1,14 @@
{ lib, stdenv, mkDerivation, fetchFromGitHub, qmake, qttools, qttranslations, substituteAll }:
{ lib, stdenv, fetchFromGitHub, qmake, qttools, qttranslations, qtlocation, wrapQtAppsHook, substituteAll }:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "9.12";
version = "10.0";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-hIDphwmS4UNSTvE+Icupipo6AmT2fiPdaufT/I3EeJ4=";
sha256 = "sha256-XACexj91TLd/i2GoFr0zZ3Yqcg+KjKoWWPfCGsEIR04=";
};
patches = (substituteAll {
@ -17,7 +17,9 @@ mkDerivation rec {
inherit qttranslations;
});
nativeBuildInputs = [ qmake qttools ];
buildInputs = [ qtlocation ];
nativeBuildInputs = [ qmake qttools wrapQtAppsHook ];
preConfigure = ''
lrelease gpxsee.pro