about summary refs log tree commit diff
path: root/pkgs/applications/audio/ocenaudio/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/ocenaudio/default.nix')
-rw-r--r--pkgs/applications/audio/ocenaudio/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/ocenaudio/default.nix b/pkgs/applications/audio/ocenaudio/default.nix
index 8fe6beebc4b8..1bbbe3583f90 100644
--- a/pkgs/applications/audio/ocenaudio/default.nix
+++ b/pkgs/applications/audio/ocenaudio/default.nix
@@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Cross-platform, easy to use, fast and functional audio editor";
     homepage = "https://www.ocenaudio.com";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     platforms = platforms.linux;
     maintainers = with maintainers; [ onny ];