Merge pull request #149564 from sikmir/gpxsee

gpxsee: 9.12 → 10.0
This commit is contained in:
markuskowa 2021-12-08 19:53:36 +01:00 committed by GitHub
commit d33ea8e6f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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