lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

netsurfPackages.libcss: fix build by -Wno-error=implicit-fallthrough.

+2
+2
pkgs/applications/misc/netsurf/libcss/default.nix
··· 27 27 "NSSHARED=${buildsystem}/share/netsurf-buildsystem" 28 28 ]; 29 29 30 + NIX_CFLAGS_COMPILE=[ "-Wno-error=implicit-fallthrough" ]; 31 + 30 32 meta = with stdenv.lib; { 31 33 homepage = http://www.netsurf-browser.org/; 32 34 description = "Cascading Style Sheets library for netsurf browser";