umurmur: Enable shmapi

+4 -1
+4 -1
pkgs/applications/networking/umurmur/default.nix
··· 13 13 14 14 buildInputs = [ autoreconfHook openssl protobufc libconfig ]; 15 15 16 - configureFlags = "--with-ssl=openssl"; 16 + configureFlags = [ 17 + "--with-ssl=openssl" 18 + "--enable-shmapi" 19 + ]; 17 20 18 21 meta = with stdenv.lib; { 19 22 description = "Minimalistic Murmur (Mumble server)";