jasper: remove, abandoned upstream.
Jasper has been marked insecure for a while, and upstream has not been responsive to CVEs for over a year. Fixes #55388. Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{ stdenv, fetchurl, lcms2, pkgconfig
|
||||
, jasper ? null, withJpeg2k ? false
|
||||
# disable JPEG2000 support by default as jasper has many CVE
|
||||
}:
|
||||
{ stdenv, fetchurl, lcms2, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libraw";
|
||||
@@ -14,8 +11,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "lib" "dev" "doc" ];
|
||||
|
||||
buildInputs = stdenv.lib.optionals withJpeg2k [ jasper ];
|
||||
|
||||
propagatedBuildInputs = [ lcms2 ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
Reference in New Issue
Block a user