GCC 4.4: Restrict to GNU/Linux for now.
svn path=/nixpkgs/trunk/; revision=17203
This commit is contained in:
parent
d3813f4f6b
commit
ad14f6712c
@ -161,5 +161,8 @@ stdenv.mkDerivation ({
|
|||||||
# Add your name here!
|
# Add your name here!
|
||||||
stdenv.lib.maintainers.ludo
|
stdenv.lib.maintainers.ludo
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Volunteers needed for the {Cyg,Dar}win ports.
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user