curl 7.15: Disable on Darwin

Build is failing and this version of curl is not used for anything
useful on Darwin, so it's not worth fixing.

+1 -1
+1 -1
pkgs/tools/networking/curl/7.15.nix
··· 75 75 meta = { 76 76 homepage = "http://curl.haxx.se/"; 77 77 description = "A command line tool for transferring files with URL syntax"; 78 - platforms = stdenv.lib.platforms.all; 78 + platforms = with stdenv.lib.platforms; allBut darwin; 79 79 }; 80 80 }