only build dragonegg on linux

svn path=/nixpkgs/trunk/; revision=25417
This commit is contained in:
Rob Vermaas 2011-01-05 10:13:28 +00:00
parent 431141cb27
commit 0b747487fd

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
description = "gcc plugin that replaces gcc's optimizers and code generators by those in LLVM";
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; all;
platforms = with stdenv.lib.platforms; linux;
};
}