Merge pull request #14216 from joachifm/curl3-broken

curl3 broken
This commit is contained in:
zimbatm
2016-03-26 15:11:06 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
maintainers = with maintainers; [ jcumming ];
platforms = [ "x86_64-linux" "i686-linux" ] ;
broken = true;
};
}

View File

@@ -74,5 +74,6 @@ stdenv.mkDerivation rec {
homepage = "http://curl.haxx.se/";
description = "A command line tool for transferring files with URL syntax";
platforms = with stdenv.lib.platforms; allBut darwin;
broken = true;
};
}