Merge pull request #176804 from sikmir/gpxsee

gpxsee: 11.0 → 11.1
This commit is contained in:
ajs124 2022-06-22 18:18:09 +02:00 committed by GitHub
commit afffc5a4d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, qmake, qttools, qttranslations, qtlocation, wrapQtAppsHook, substituteAll }:
{ lib, stdenv, fetchFromGitHub, qmake, qttools, qttranslations, qtlocation, qtpbfimageplugin, wrapQtAppsHook, substituteAll }:
stdenv.mkDerivation rec {
pname = "gpxsee";
version = "11.0";
version = "11.1";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-UT3Q7pirEXvwQmqHHiSivX/VNZPVLwRJ/aiP7wpkhqQ=";
sha256 = "sha256-0n1XPrJ+gssIP/7k9CI8AWXs9ddKOg3Lo3DfrXGUl84=";
};
patches = (substituteAll {
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
inherit qttranslations;
});
buildInputs = [ qtlocation ];
buildInputs = [ qtlocation qtpbfimageplugin ];
nativeBuildInputs = [ qmake qttools wrapQtAppsHook ];