loudmouth: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 12:20:04 +07:00
parent 27f00d3e08
commit 3389afa596

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A lightweight C library for the Jabber protocol";
platforms = platforms.linux;
platforms = platforms.all;
downloadPage = "http://mcabber.com/files/loudmouth/";
downloadURLRegexp = "loudmouth-[0-9.]+[.]tar[.]bz2$";
updateWalker = true;