lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

webkitgtk24x: fix build with gcc6

+5 -1
+5 -1
pkgs/development/libraries/webkitgtk/2.4.nix
··· 1 - { stdenv, fetchurl, perl, python, ruby, bison, gperf, flex 1 + { stdenv, fetchurl, fetchpatch, perl, python, ruby, bison, gperf, flex 2 2 , pkgconfig, which, gettext, gobjectIntrospection 3 3 , gtk2, gtk3, wayland, libwebp, enchant, sqlite 4 4 , libxml2, libsoup, libsecret, libxslt, harfbuzz, xorg ··· 44 44 ''; 45 45 patches = [ 46 46 ./webcore-svg-libxml-cflags.patch 47 + (fetchpatch { 48 + url = https://raw.githubusercontent.com/gentoo/gentoo/7c5457e265bd40c156a8fe6b2ff94a4e34bcea8e/net-libs/webkit-gtk/files/webkit-gtk-2.4.9-gcc-6.patch; 49 + sha256 = "0ll93dr5vxd40wvly1jaw41lvw86krac0jc6k6cacrps4i5ql5j0"; 50 + }) 47 51 ] ++ optionals stdenv.isDarwin [ 48 52 ./configure.patch 49 53 ./quartz-webcore.patch