summary refs log tree commit diff
path: root/pkgs/development/tools/misc/avarice/default.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-07-16 19:40:45 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-07-16 19:40:45 +0200
commit2c702a1d81259d4e7efef85ce2d800b9f1bc734e (patch)
tree4e29dcedfa772a9feef20bf11a9668f38f381ea8 /pkgs/development/tools/misc/avarice/default.nix
parentf0669d2b451c82dff58b2d4411feadf6f5d33a58 (diff)
downloadnixpkgs-2c702a1d81259d4e7efef85ce2d800b9f1bc734e.tar
nixpkgs-2c702a1d81259d4e7efef85ce2d800b9f1bc734e.tar.gz
nixpkgs-2c702a1d81259d4e7efef85ce2d800b9f1bc734e.tar.bz2
nixpkgs-2c702a1d81259d4e7efef85ce2d800b9f1bc734e.tar.lz
nixpkgs-2c702a1d81259d4e7efef85ce2d800b9f1bc734e.tar.xz
nixpkgs-2c702a1d81259d4e7efef85ce2d800b9f1bc734e.tar.zst
nixpkgs-2c702a1d81259d4e7efef85ce2d800b9f1bc734e.zip
avarice: set meta.platforms (make hydra build it)
Diffstat (limited to 'pkgs/development/tools/misc/avarice/default.nix')
-rw-r--r--pkgs/development/tools/misc/avarice/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }