summary refs log tree commit diff
path: root/pkgs/servers/roon-bridge/default.nix
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-06-11 12:39:29 +0100
committerRobert Scott <code@humanleg.org.uk>2022-06-16 20:21:42 +0100
commit61c35da6077fe044330ef17ace6f343f21a2a835 (patch)
tree1170f9b21f0ab085766b4e51c371fde74e332e5a /pkgs/servers/roon-bridge/default.nix
parent8d64fd7d585b4daf9a833f6ccd07e758c821b0fc (diff)
downloadnixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.gz
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.bz2
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.lz
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.xz
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.tar.zst
nixpkgs-61c35da6077fe044330ef17ace6f343f21a2a835.zip
treewide/servers,tools: add sourceType binaryNativeCode for many packages
Diffstat (limited to 'pkgs/servers/roon-bridge/default.nix')
-rw-r--r--pkgs/servers/roon-bridge/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/roon-bridge/default.nix b/pkgs/servers/roon-bridge/default.nix
index 8b4d81437e2..5d4393bae56 100644
--- a/pkgs/servers/roon-bridge/default.nix
+++ b/pkgs/servers/roon-bridge/default.nix
@@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
     description = "The music player for music lovers";
     changelog = "https://community.roonlabs.com/c/roon/software-release-notes/18";
     homepage = "https://roonlabs.com";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ lovesegfault ];
     platforms = [ "aarch64-linux" "x86_64-linux" ];