libsForQt5.mapbox-gl-native: fix build

+5
+5
pkgs/development/libraries/mapbox-gl-native/default.nix
··· 30 30 url = "https://git.alpinelinux.org/aports/plain/testing/mapbox-gl-native/0002-skip-license-check.patch?id=6751a93dca26b0b3ceec9eb151272253a2fe497e"; 31 31 sha256 = "1yybwzxbvn0lqb1br1fyg7763p2h117s6mkmywkl4l7qg9daa7ba"; 32 32 }) 33 + (fetchpatch { 34 + name = "fix-compilation.patch"; 35 + url = "https://aur.archlinux.org/cgit/aur.git/plain/fix-compilation.patch?h=mapbox-gl-native"; 36 + hash = "sha256-KgJHyoIdKdnQo+gedns3C+mEXlaTH/UtyQsaYR1T3iI="; 37 + }) 33 38 ]; 34 39 35 40 postPatch = ''