mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
c516683a6a
commit
b9d7f2b1a0
1 changed files with 0 additions and 2 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue