netsurf.libwapcaplet: fix build with gcc8

This commit is contained in:
Robin Gloster
2019-06-17 07:06:02 +02:00
committed by Franz Pletz
parent 64d3bf6338
commit f27378460d
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
"NSSHARED=${buildsystem}/share/netsurf-buildsystem"
];
NIX_CFLAGS_COMPILE = "-Wno-error=cast-function-type";
meta = with stdenv.lib; {
homepage = http://www.netsurf-browser.org/;
description = "String internment library for netsurf browser";