gpxsee: 7.28 -> 7.29 (#86050)
This commit is contained in:
parent
35812875a4
commit
f56459f7ec
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "gpxsee";
|
pname = "gpxsee";
|
||||||
version = "7.28";
|
version = "7.29";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tumic0";
|
owner = "tumic0";
|
||||||
repo = "GPXSee";
|
repo = "GPXSee";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0077y5az3hb46rvkqrpl4zxga5wnm85ca6rz1rdpwiwhq4ch9q8y";
|
sha256 = "sha256-OTKyxEu7RZZy3JBHTM7YoH+G4lhoRfb1INLtQEKC5p4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake qttools ];
|
nativeBuildInputs = [ qmake qttools ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
lrelease lang/*.ts
|
lrelease gpxsee.pro
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = with stdenv; lib.optionalString isDarwin ''
|
postInstall = with stdenv; lib.optionalString isDarwin ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user