netsurfPackages.libcss: fix build by -Wno-error=implicit-fallthrough.

This commit is contained in:
Michael Raskin 2018-03-14 12:06:46 +01:00
parent 7b0ae82cc5
commit 0077c7651c

View file

@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
"NSSHARED=${buildsystem}/share/netsurf-buildsystem"
];
NIX_CFLAGS_COMPILE=[ "-Wno-error=implicit-fallthrough" ];
meta = with stdenv.lib; {
homepage = http://www.netsurf-browser.org/;
description = "Cascading Style Sheets library for netsurf browser";