mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
netsurfPackages.libcss: fix build by -Wno-error=implicit-fallthrough.
This commit is contained in:
parent
7b0ae82cc5
commit
0077c7651c
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue