mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
organicmaps: 2023.08.18-8 -> 2023.11.17-17
Release: https://github.com/organicmaps/organicmaps/releases/tag/2023.11.17-17-android
This commit is contained in:
parent
9493008d4b
commit
30f3d0d98f
|
@ -9,6 +9,7 @@
|
||||||
, rsync
|
, rsync
|
||||||
, wrapQtAppsHook
|
, wrapQtAppsHook
|
||||||
, qtbase
|
, qtbase
|
||||||
|
, qtpositioning
|
||||||
, qtsvg
|
, qtsvg
|
||||||
, libGLU
|
, libGLU
|
||||||
, libGL
|
, libGL
|
||||||
|
@ -28,13 +29,13 @@ let
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "organicmaps";
|
pname = "organicmaps";
|
||||||
version = "2023.08.18-8";
|
version = "2023.11.17-17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "organicmaps";
|
owner = "organicmaps";
|
||||||
repo = "organicmaps";
|
repo = "organicmaps";
|
||||||
rev = "${version}-android";
|
rev = "${version}-android";
|
||||||
hash = "sha256-vdleO4jNKibyDlqrfZsOCScpQ9zreuYSw2BSoNpmeLY=";
|
hash = "sha256-3oGcupO49+ZXyW+ii4T+wov4qweDnLO+VkXSAIh7qJ4=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -65,6 +66,7 @@ in stdenv.mkDerivation rec {
|
||||||
# Most dependencies are vendored
|
# Most dependencies are vendored
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtbase
|
qtbase
|
||||||
|
qtpositioning
|
||||||
qtsvg
|
qtsvg
|
||||||
libGLU
|
libGLU
|
||||||
libGL
|
libGL
|
||||||
|
|
Loading…
Reference in a new issue