loudmouth: expand platforms to all
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user