summary refs log tree commit diff
path: root/pkgs/applications/audio/rkrlv2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/rkrlv2/default.nix')
-rw-r--r--pkgs/applications/audio/rkrlv2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/rkrlv2/default.nix b/pkgs/applications/audio/rkrlv2/default.nix
index 084d187c347..40ff47b9ee1 100644
--- a/pkgs/applications/audio/rkrlv2/default.nix
+++ b/pkgs/applications/audio/rkrlv2/default.nix
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/ssj71/rkrlv2;
     license = stdenv.lib.licenses.gpl3;
     maintainers = [ stdenv.lib.maintainers.joelmo ];
+    platforms = stdenv.lib.platforms.linux;
   };
 }