forked from mirrors/nixpkgs
avarice: set meta.platforms (make hydra build it)
This commit is contained in:
parent
f0669d2b45
commit
2c702a1d81
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue