libjxl: fix broken extglob in patchPhase

authored by

Steven Keuchel and committed by
Alyssa Ross
f152afb1 cccce2ac

+3 -4
+3 -4
pkgs/by-name/li/libjxl/package.nix
··· 126 126 postPatch = '' 127 127 # Make sure we do not accidentally build against some of the vendored dependencies 128 128 # If it asks you to "run deps.sh to fetch the build dependencies", then you are probably missing a JPEGXL_FORCE_SYSTEM_* flag 129 - ( 130 - shopt -s extglob 131 - rm -rf third_party/!(sjpeg)/ 132 - ) 129 + shopt -s extglob 130 + rm -rf third_party/!(sjpeg)/ 131 + shopt -u extglob 133 132 134 133 substituteInPlace plugins/gdk-pixbuf/jxl.thumbnailer \ 135 134 --replace '/usr/bin/gdk-pixbuf-thumbnailer' "$out/libexec/gdk-pixbuf-thumbnailer-jxl"