mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
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"
|
||||
];
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user