lol
fork

Configure Feed

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

wv2: fix build

+2
+2
pkgs/tools/misc/wv2/default.nix
··· 11 11 12 12 buildInputs = [ pkgconfig cmake libgsf glib libxml2 ]; 13 13 14 + NIX_CFLAGS_COMPILE = "-I${libxml2.dev}/include/libxml2"; 15 + 14 16 meta = { 15 17 description = "Excellent MS Word filter lib, used in most Office suites"; 16 18 license = stdenv.lib.licenses.lgpl2;