GNU Ball-and-Paddle: Don't build on {Cyg,Dar}.

svn path=/nixpkgs/trunk/; revision=17206
This commit is contained in:
Ludovic Courtès 2009-09-16 15:12:26 +00:00
parent a9dc68b1ea
commit f03f8d0952

View file

@ -36,5 +36,8 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/ballandpaddle/;
maintainers = [ stdenv.lib.maintainers.ludo ];
# The fancy libs aren't available on {Cyg,Dar}win.
platforms = stdenv.lib.platforms.linux;
};
}