3
0
Fork 0
forked from mirrors/nixpkgs

avarice: set meta.platforms (make hydra build it)

This commit is contained in:
Bjørn Forsman 2013-07-16 19:40:45 +02:00
parent f0669d2b45
commit 2c702a1d81

View file

@ -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;
};
}