netsurf.libwapcaplet: fix build with gcc8
This commit is contained in:
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";
|
||||
|
|
Loading…
Reference in New Issue