about summary refs log tree commit diff
path: root/pkgs/applications/audio/redux/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/redux/default.nix')
-rw-r--r--pkgs/applications/audio/redux/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/redux/default.nix b/pkgs/applications/audio/redux/default.nix
index 45ee78917ace3..41254cc9e50ee 100644
--- a/pkgs/applications/audio/redux/default.nix
+++ b/pkgs/applications/audio/redux/default.nix
@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Sample-based instrument, with a powerful phrase sequencer";
     homepage = "https://www.renoise.com/products/redux";
+    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.unfree;
     maintainers = with maintainers; [ mihnea-s ];
     platforms = [ "x86_64-linux" ];