botamusique: add passthru test

This commit is contained in:
Martin Weinelt 2021-05-11 20:11:27 +02:00
parent d210ed99c4
commit f79c1d1c3e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -5,6 +5,7 @@
, python3Packages
, ffmpeg
, makeWrapper
, nixosTests
# For the update script
, coreutils
@ -140,6 +141,10 @@ stdenv.mkDerivation rec {
--output ${toString ./node-packages.nix}
'';
passthru.tests = {
inherit (nixosTests) botamusique;
};
meta = with lib; {
description = "Bot to play youtube / soundcloud / radio / local music on Mumble";
homepage = "https://github.com/azlux/botamusique";