From 16d91fa949f66feb6cf9ef25f09323a20078491e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 5 Feb 2011 21:08:12 +0000 Subject: [PATCH] Tell hydra to build audacity. svn path=/nixpkgs/trunk/; revision=25780 --- pkgs/applications/audio/audacity/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/audacity/default.nix b/pkgs/applications/audio/audacity/default.nix index 4917cea2af00..7d3c5187321b 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; }; }