mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
botamusique: add passthru test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user