curl3: mark as broken

This is an ancient version of curl, that currently has 19 known vulnerabilities.
It is used by and was added to support only one package.
This commit is contained in:
Joachim Fasting 2016-03-26 13:18:48 +01:00
parent 0d84a3fde2
commit 1f78d14028

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;
};
}