3
0
Fork 0
forked from mirrors/nixpkgs

gpxsee: 9.11 → 9.12

This commit is contained in:
Nikolay Korotkiy 2021-11-17 18:49:22 +03:00 committed by Bjørn Forsman
parent 866f134dbd
commit 410bafefde

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "gpxsee";
version = "9.11";
version = "9.12";
src = fetchFromGitHub {
owner = "tumic0";
repo = "GPXSee";
rev = version;
sha256 = "sha256-5FGdcmkVOxjDngVQIlXnH3OPRMjaixqJ2Xb239usUuo=";
sha256 = "sha256-hIDphwmS4UNSTvE+Icupipo6AmT2fiPdaufT/I3EeJ4=";
};
patches = (substituteAll {
@ -23,7 +23,7 @@ mkDerivation rec {
lrelease gpxsee.pro
'';
postInstall = with stdenv; lib.optionalString isDarwin ''
postInstall = lib.optionalString stdenv.isDarwin ''
mkdir -p $out/Applications
mv GPXSee.app $out/Applications
'';