weechatScripts.weechat-matrix: enable on darwin
This commit is contained in:
parent
368d84aafa
commit
41944946de
|
@ -75,7 +75,7 @@ in buildPythonPackage {
|
||||||
description = "A Python plugin for Weechat that lets Weechat communicate over the Matrix protocol";
|
description = "A Python plugin for Weechat that lets Weechat communicate over the Matrix protocol";
|
||||||
homepage = "https://github.com/poljar/weechat-matrix";
|
homepage = "https://github.com/poljar/weechat-matrix";
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ tilpner emily ];
|
maintainers = with maintainers; [ tilpner emily ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue