summary refs log tree commit diff
path: root/pkgs/applications/audio/jmusicbot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/jmusicbot/default.nix')
-rw-r--r--pkgs/applications/audio/jmusicbot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/jmusicbot/default.nix b/pkgs/applications/audio/jmusicbot/default.nix
index 94290ada7b353..d9d7bf19e7d61 100644
--- a/pkgs/applications/audio/jmusicbot/default.nix
+++ b/pkgs/applications/audio/jmusicbot/default.nix
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Discord music bot that's easy to set up and run yourself";
     homepage = "https://github.com/jagrosh/MusicBot";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.asl20;
     maintainers = with maintainers; [ SuperSandro2000 ];
     platforms = platforms.all;