mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
netsurf: fix build (#111991)
This commit is contained in:
parent
24e5fe6075
commit
66021433ba
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
"NSSHARED=${buildsystem}/share/netsurf-buildsystem"
|
"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; {
|
meta = with lib; {
|
||||||
homepage = "https://www.netsurf-browser.org/projects/${libname}/";
|
homepage = "https://www.netsurf-browser.org/projects/${libname}/";
|
||||||
|
Loading…
Reference in New Issue
Block a user