tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libsForQt5.mapbox-gl-native: fix build
Robert Schütz
3 years ago
9ada55ce
ee8559c0
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
mapbox-gl-native
default.nix
+5
pkgs/development/libraries/mapbox-gl-native/default.nix
···
30
url = "https://git.alpinelinux.org/aports/plain/testing/mapbox-gl-native/0002-skip-license-check.patch?id=6751a93dca26b0b3ceec9eb151272253a2fe497e";
31
sha256 = "1yybwzxbvn0lqb1br1fyg7763p2h117s6mkmywkl4l7qg9daa7ba";
32
})
0
0
0
0
0
33
];
34
35
postPatch = ''
···
30
url = "https://git.alpinelinux.org/aports/plain/testing/mapbox-gl-native/0002-skip-license-check.patch?id=6751a93dca26b0b3ceec9eb151272253a2fe497e";
31
sha256 = "1yybwzxbvn0lqb1br1fyg7763p2h117s6mkmywkl4l7qg9daa7ba";
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
+
})
38
];
39
40
postPatch = ''