umurmur: Enable shmapi

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