mumble: making hydra build it
This commit is contained in:
parent
b385fea5fc
commit
2e3f53ed27
|
@ -41,5 +41,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://mumble.sourceforge.net/;
|
homepage = http://mumble.sourceforge.net/;
|
||||||
description = "Low-latency, high quality voice chat software";
|
description = "Low-latency, high quality voice chat software";
|
||||||
license = "BSD";
|
license = "BSD";
|
||||||
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue