chmlib: Also build binary utilities and developper libraries (#386969)

authored by Sandro and committed by GitHub d5eda4c7 dc727d1b

+5
+5
pkgs/by-name/ch/chmlib/package.nix
··· 22 22 NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration"; 23 23 }; 24 24 25 + configureFlags = [ 26 + "--enable-examples" 27 + "--enable-devel" 28 + ]; 29 + 25 30 meta = with lib; { 26 31 homepage = "http://www.jedrea.com/chmlib"; 27 32 license = licenses.lgpl2;