From 2c702a1d81259d4e7efef85ce2d800b9f1bc734e Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Tue, 16 Jul 2013 19:40:45 +0200 Subject: avarice: set meta.platforms (make hydra build it) --- pkgs/development/tools/misc/avarice/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/tools/misc/avarice/default.nix') diff --git a/pkgs/development/tools/misc/avarice/default.nix b/pkgs/development/tools/misc/avarice/default.nix index d15c0bc59a8..bc3785181a8 100644 --- a/pkgs/development/tools/misc/avarice/default.nix +++ b/pkgs/development/tools/misc/avarice/default.nix @@ -16,6 +16,7 @@ stdenv.mkDerivation rec { description = "AVaRICE translates between GDB's remote debug protocol and the AVR JTAG ICE protocol"; homepage = http://sourceforge.net/projects/avarice/files/avarice/; maintainers = [ stdenv.lib.maintainers.smironov ]; + platforms = stdenv.lib.platforms.linux; }; } -- cgit 1.4.1