Skip to content

Commit 23bff8f

Browse files
committed
mapbox-gl-native: fix build
Pull request submitted upstream: mapbox/mapbox-gl-native#16666
1 parent de62c56 commit 23bff8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/libraries/mapbox-gl-native/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ mkDerivation rec {
3535
url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-compilation.patch?h=mapbox-gl-native";
3636
hash = "sha256-KgJHyoIdKdnQo+gedns3C+mEXlaTH/UtyQsaYR1T3iI=";
3737
})
38+
(fetchpatch {
39+
name = "fix-narrowing-conversion.patch";
40+
url = "https://github.com/mapbox/mapbox-gl-native/commit/2955d0e479f57a39a0af4a0fa7ca7683455cca58.patch";
41+
hash = "sha256-Jk7OLb9/mVtc2mm0AL1h9zcSiQ54jogNI+q6ojY0HEo=";
42+
})
3843
];
3944

4045
postPatch = ''

0 commit comments

Comments
 (0)