3
0
Fork 0
forked from mirrors/nixpkgs

GCC 4.4: Restrict to GNU/Linux for now.

svn path=/nixpkgs/trunk/; revision=17203
This commit is contained in:
Ludovic Courtès 2009-09-16 14:59:56 +00:00
parent d3813f4f6b
commit ad14f6712c

View file

@ -161,5 +161,8 @@ stdenv.mkDerivation ({
# Add your name here!
stdenv.lib.maintainers.ludo
];
# Volunteers needed for the {Cyg,Dar}win ports.
platforms = stdenv.lib.platforms.linux;
};
})