umurmur: Enable shmapi
This commit is contained in:
parent
054295210c
commit
5722d7c5b5
@ -13,7 +13,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ autoreconfHook openssl protobufc libconfig ];
|
||||
|
||||
configureFlags = "--with-ssl=openssl";
|
||||
configureFlags = [
|
||||
"--with-ssl=openssl"
|
||||
"--enable-shmapi"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Minimalistic Murmur (Mumble server)";
|
||||
|
Loading…
Reference in New Issue
Block a user