Merge pull request #149564 from sikmir/gpxsee

gpxsee: 9.12 → 10.0

authored by

markuskowa and committed by
GitHub
d33ea8e6 ccada9b6

+7 -5
+7 -5
pkgs/applications/misc/gpxsee/default.nix
··· 1 - { lib, stdenv, mkDerivation, fetchFromGitHub, qmake, qttools, qttranslations, substituteAll }: 1 + { lib, stdenv, fetchFromGitHub, qmake, qttools, qttranslations, qtlocation, wrapQtAppsHook, substituteAll }: 2 2 3 - mkDerivation rec { 3 + stdenv.mkDerivation rec { 4 4 pname = "gpxsee"; 5 - version = "9.12"; 5 + version = "10.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tumic0"; 9 9 repo = "GPXSee"; 10 10 rev = version; 11 - sha256 = "sha256-hIDphwmS4UNSTvE+Icupipo6AmT2fiPdaufT/I3EeJ4="; 11 + sha256 = "sha256-XACexj91TLd/i2GoFr0zZ3Yqcg+KjKoWWPfCGsEIR04="; 12 12 }; 13 13 14 14 patches = (substituteAll { ··· 17 17 inherit qttranslations; 18 18 }); 19 19 20 - nativeBuildInputs = [ qmake qttools ]; 20 + buildInputs = [ qtlocation ]; 21 + 22 + nativeBuildInputs = [ qmake qttools wrapQtAppsHook ]; 21 23 22 24 preConfigure = '' 23 25 lrelease gpxsee.pro