lol

merkaartor: update to qt6

+8 -7
+8 -7
pkgs/by-name/me/merkaartor/package.nix
··· 7 gdal, 8 proj, 9 protobuf, 10 - qt5, 11 withGeoimage ? true, 12 exiv2, 13 withGpsdlib ? (!stdenv.hostPlatform.isDarwin), ··· 25 src = fetchFromGitHub { 26 owner = "openstreetmap"; 27 repo = "merkaartor"; 28 - rev = version; 29 hash = "sha256-oxLGhIE1qJ9+GOztD1HvrLGRGVO3gyy7Rc6CyzKTFec="; 30 }; 31 32 nativeBuildInputs = [ 33 cmake 34 pkg-config 35 - qt5.qttools 36 - qt5.wrapQtAppsHook 37 ]; 38 39 buildInputs = [ 40 gdal 41 proj 42 protobuf 43 - qt5.qtnetworkauth 44 - qt5.qtsvg 45 - qt5.qtwebengine 46 ] 47 ++ lib.optional withGeoimage exiv2 48 ++ lib.optional withGpsdlib gpsd
··· 7 gdal, 8 proj, 9 protobuf, 10 + qt6, 11 withGeoimage ? true, 12 exiv2, 13 withGpsdlib ? (!stdenv.hostPlatform.isDarwin), ··· 25 src = fetchFromGitHub { 26 owner = "openstreetmap"; 27 repo = "merkaartor"; 28 + tag = version; 29 hash = "sha256-oxLGhIE1qJ9+GOztD1HvrLGRGVO3gyy7Rc6CyzKTFec="; 30 }; 31 32 nativeBuildInputs = [ 33 cmake 34 pkg-config 35 + qt6.qttools 36 + qt6.wrapQtAppsHook 37 ]; 38 39 buildInputs = [ 40 gdal 41 proj 42 protobuf 43 + qt6.qt5compat 44 + qt6.qtnetworkauth 45 + qt6.qtsvg 46 + qt6.qtwebengine 47 ] 48 ++ lib.optional withGeoimage exiv2 49 ++ lib.optional withGpsdlib gpsd