libjpeg: always use libjpeg_turbo
libjpeg_turbo is consistently built on Darwin now. I have no way to verify FreeBSD so if anyone can confirm libjpeg_turbo is still broken please revert this!
This commit is contained in:
@@ -29,9 +29,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A faster (using SIMD) libjpeg implementation";
|
||||
license = licenses.ijg; # and some parts under other BSD-style licenses
|
||||
maintainers = [ maintainers.vcunat ];
|
||||
# upstream supports darwin (and others), but it doesn't build currently
|
||||
platforms = platforms.all;
|
||||
hydraPlatforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user