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:
parent
0d84a3fde2
commit
1f78d14028
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user