loudmouth: expand platforms to all
This commit is contained in:
parent
27f00d3e08
commit
3389afa596
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A lightweight C library for the Jabber protocol";
|
description = "A lightweight C library for the Jabber protocol";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
downloadPage = "http://mcabber.com/files/loudmouth/";
|
downloadPage = "http://mcabber.com/files/loudmouth/";
|
||||||
downloadURLRegexp = "loudmouth-[0-9.]+[.]tar[.]bz2$";
|
downloadURLRegexp = "loudmouth-[0-9.]+[.]tar[.]bz2$";
|
||||||
updateWalker = true;
|
updateWalker = true;
|
||||||
|
|
Loading…
Reference in New Issue