libjxl: Update comments

* 0.12 removed the GIMP plugin as it's now in GIMP, see
  https://github.com/NixOS/nixpkgs/pull/537623#issuecomment-4866205199
* In genreal plugins are now built, so this got outdated by:
  * https://github.com/NixOS/nixpkgs/pull/299988
  * https://github.com/NixOS/nixpkgs/pull/306127
This commit is contained in:
Niklas Hambüchen 2026-07-02 13:23:24 +00:00
commit b9d7f2b1a0

View file

@ -67,7 +67,6 @@ stdenv.mkDerivation rec {
# that the cmake build can apparently use:
# OpenGL/GLUT (for Examples -> comparison with sjpeg)
# viewer (see `cmakeFlags`)
# plugins like for GDK and GIMP (see `cmakeFlags`)
# Vendored libraries:
# `libjxl` currently vendors many libraries as git submodules that they
@ -125,7 +124,6 @@ stdenv.mkDerivation rec {
++ lib.optionals enablePlugins [
# Enable plugins, such as:
# * the `gdk-pixbuf` one, which allows applications like `eog` to load jpeg-xl files
# * the `gimp` one, which allows GIMP to load jpeg-xl files
"-DJPEGXL_ENABLE_PLUGINS=ON"
]
++ lib.optionals stdenv.hostPlatform.isStatic [