mapbox-gl-native: fix build

Pull request submitted upstream:
https://github.com/mapbox/mapbox-gl-native/pull/16666
This commit is contained in:
Tom Hall 2023-05-09 23:29:40 +01:00
parent de62c56cab
commit 23bff8f3e0

View file

@ -35,6 +35,11 @@ mkDerivation rec {
url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-compilation.patch?h=mapbox-gl-native";
hash = "sha256-KgJHyoIdKdnQo+gedns3C+mEXlaTH/UtyQsaYR1T3iI=";
})
(fetchpatch {
name = "fix-narrowing-conversion.patch";
url = "https://github.com/mapbox/mapbox-gl-native/commit/2955d0e479f57a39a0af4a0fa7ca7683455cca58.patch";
hash = "sha256-Jk7OLb9/mVtc2mm0AL1h9zcSiQ54jogNI+q6ojY0HEo=";
})
];
postPatch = ''