Skip to content

Commit

Permalink
qmapshack: 1.11.1 -> 1.12.0 (#46084)
Browse files Browse the repository at this point in the history
(cherry picked from commit a394d08)
  • Loading branch information
samueldr authored and xeji committed Sep 5, 2018
1 parent 85a10bc commit f8585bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/qmapshack/default.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{ stdenv, fetchurl, cmake, qtscript, qtwebkit, gdal, proj, routino, quazip }:
{ stdenv, fetchurl, cmake, qtscript, qtwebengine, gdal, proj, routino, quazip }:

stdenv.mkDerivation rec {
name = "qmapshack-${version}";
version = "1.11.1";
version = "1.12.0";

src = fetchurl {
url = "https://bitbucket.org/maproom/qmapshack/downloads/${name}.tar.gz";
sha256 = "0yqilfldmfw8m18jbkffv4ar1px6kjs0zlgb216bnhahcr1y8r9y";
sha256 = "0d5p60kq9pa2hfql4nr8p42n88lr42jrsryrsllvaj45b8b6kvih";
};

nativeBuildInputs = [ cmake ];

buildInputs = [ qtscript qtwebkit gdal proj routino quazip ];
buildInputs = [ qtscript qtwebengine gdal proj routino quazip ];

cmakeFlags = [
"-DROUTINO_XML_PATH=${routino}/share/routino"
Expand Down

0 comments on commit f8585bb

Please sign in to comment.