summary refs log tree commit diff
path: root/pkgs/applications/audio/opus-tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/opus-tools/default.nix')
-rw-r--r--pkgs/applications/audio/opus-tools/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/opus-tools/default.nix b/pkgs/applications/audio/opus-tools/default.nix
index fb32674d3b4..cee86f45685 100644
--- a/pkgs/applications/audio/opus-tools/default.nix
+++ b/pkgs/applications/audio/opus-tools/default.nix
@@ -14,5 +14,6 @@ stdenv.mkDerivation rec {
     homepage = http://www.opus-codec.org/;
     license = stdenv.lib.licenses.bsd2;
     maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
+    platforms = with stdenv.lib.platforms; unix;
   };
 }