netsurf.libwapcaplet: fix build with gcc8

This commit is contained in:
Robin Gloster 2019-01-11 07:05:22 +01:00 committed by Franz Pletz
parent 64d3bf6338
commit f27378460d
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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";