mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
only build dragonegg on linux
svn path=/nixpkgs/trunk/; revision=25417
This commit is contained in:
parent
431141cb27
commit
0b747487fd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue