diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix index 4917cea2af0..7d3c5187321 100644 --- a/pkgs/applications/audio/audacity/default.nix +++ b/pkgs/applications/audio/audacity/default.nix @@ -31,5 +31,6 @@ stdenv.mkDerivation rec { description = "Sound editor with graphical UI"; homepage = http://audacity.sourceforge.net; license = "GPLv2+"; + platforms = with stdenv.lib.platforms; linux; }; }