netsurfPackages.libcss: fix build by -Wno-error=implicit-fallthrough.
This commit is contained in:
parent
7b0ae82cc5
commit
0077c7651c
@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
|
|||||||
"NSSHARED=${buildsystem}/share/netsurf-buildsystem"
|
"NSSHARED=${buildsystem}/share/netsurf-buildsystem"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE=[ "-Wno-error=implicit-fallthrough" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.netsurf-browser.org/;
|
homepage = http://www.netsurf-browser.org/;
|
||||||
description = "Cascading Style Sheets library for netsurf browser";
|
description = "Cascading Style Sheets library for netsurf browser";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user