From ad14f6712c83b9aa5312b153719d69b9f7030ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 16 Sep 2009 14:59:56 +0000 Subject: [PATCH] GCC 4.4: Restrict to GNU/Linux for now. svn path=/nixpkgs/trunk/; revision=17203 --- pkgs/development/compilers/gcc-4.4/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/compilers/gcc-4.4/default.nix b/pkgs/development/compilers/gcc-4.4/default.nix index 52d1dd88f92..1149da0a4cc 100644 --- a/pkgs/development/compilers/gcc-4.4/default.nix +++ b/pkgs/development/compilers/gcc-4.4/default.nix @@ -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; }; })