about summary refs log tree commit diff
path: root/pkgs/applications/audio/soundwireserver/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/soundwireserver/default.nix')
-rwxr-xr-xpkgs/applications/audio/soundwireserver/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/soundwireserver/default.nix b/pkgs/applications/audio/soundwireserver/default.nix
index db8d28989b27a..b296ebdad602a 100755
--- a/pkgs/applications/audio/soundwireserver/default.nix
+++ b/pkgs/applications/audio/soundwireserver/default.nix
@@ -35,6 +35,7 @@ qt5.mkDerivation {
     homepage = "https://georgielabs.net/";
     maintainers = with maintainers; [ mkg20001 ];
     platforms = [ "x86_64-linux" ];
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
   };
 }