tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
umurmur: Enable shmapi
William A. Kennington III
10 years ago
5722d7c5
05429521
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
umurmur
default.nix
+4
-1
pkgs/applications/networking/umurmur/default.nix
···
13
13
14
14
buildInputs = [ autoreconfHook openssl protobufc libconfig ];
15
15
16
16
-
configureFlags = "--with-ssl=openssl";
16
16
+
configureFlags = [
17
17
+
"--with-ssl=openssl"
18
18
+
"--enable-shmapi"
19
19
+
];
17
20
18
21
meta = with stdenv.lib; {
19
22
description = "Minimalistic Murmur (Mumble server)";