Loading pkgs/development/libraries/libjxl/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ in stdenv.mkDerivation rec { pname = "libjxl"; version = "0.10.3"; version = "0.11.0"; outputs = [ "out" "dev" ]; Loading @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { owner = "libjxl"; repo = "libjxl"; rev = "v${version}"; hash = "sha256-zk/fI1C26K5WC9QBfzS6MqPT9PiR4wmWURjOOIiNsg4="; hash = "sha256-lBc0zP+f44YadwOU9+I+YYWzTrAg7FSfF3IQuh4LjM4="; # There are various submodules in `third_party/`. fetchSubmodules = true; }; Loading Loading @@ -118,9 +118,13 @@ stdenv.mkDerivation rec { "-DJPEGXL_FORCE_NEON=ON" ]; # the second substitution fix regex for a2x script # https://github.com/libjxl/libjxl/pull/3842 postPatch = '' substituteInPlace plugins/gdk-pixbuf/jxl.thumbnailer \ --replace '/usr/bin/gdk-pixbuf-thumbnailer' "$out/libexec/gdk-pixbuf-thumbnailer-jxl" substituteInPlace CMakeLists.txt \ --replace 'sh$' 'sh( -e$|$)' ''; postInstall = lib.optionalString enablePlugins '' Loading Loading
pkgs/development/libraries/libjxl/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ in stdenv.mkDerivation rec { pname = "libjxl"; version = "0.10.3"; version = "0.11.0"; outputs = [ "out" "dev" ]; Loading @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { owner = "libjxl"; repo = "libjxl"; rev = "v${version}"; hash = "sha256-zk/fI1C26K5WC9QBfzS6MqPT9PiR4wmWURjOOIiNsg4="; hash = "sha256-lBc0zP+f44YadwOU9+I+YYWzTrAg7FSfF3IQuh4LjM4="; # There are various submodules in `third_party/`. fetchSubmodules = true; }; Loading Loading @@ -118,9 +118,13 @@ stdenv.mkDerivation rec { "-DJPEGXL_FORCE_NEON=ON" ]; # the second substitution fix regex for a2x script # https://github.com/libjxl/libjxl/pull/3842 postPatch = '' substituteInPlace plugins/gdk-pixbuf/jxl.thumbnailer \ --replace '/usr/bin/gdk-pixbuf-thumbnailer' "$out/libexec/gdk-pixbuf-thumbnailer-jxl" substituteInPlace CMakeLists.txt \ --replace 'sh$' 'sh( -e$|$)' ''; postInstall = lib.optionalString enablePlugins '' Loading