netsurf: fix build (#111991)

wip/yesman
Nikolay Korotkiy 3 years ago committed by GitHub
parent 24e5fe6075
commit 66021433ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/networking/browsers/netsurf/libcss.nix

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
"NSSHARED=${buildsystem}/share/netsurf-buildsystem"
];
NIX_CFLAGS_COMPILE= "-Wno-error=implicit-fallthrough";
NIX_CFLAGS_COMPILE= [ "-Wno-error=implicit-fallthrough" "-Wno-error=maybe-uninitialized" ];
meta = with lib; {
homepage = "https://www.netsurf-browser.org/projects/${libname}/";

Loading…
Cancel
Save