Jan Tojnar
2026-03-19 19:29:54 +01:00
parent 2fc6539b48
commit 5db0e3c7e9
+4 -2
View File
@@ -37,7 +37,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gegl";
version = "0.4.64";
version = "0.4.68";
outputs = [
"out"
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://download.gimp.org/pub/gegl/${lib.versions.majorMinor finalAttrs.version}/gegl-${finalAttrs.version}.tar.xz";
hash = "sha256-DeHJ3SLBYNXkvfw4jSkvA0R8ymJYVBuaEv7Xg9DPfGA=";
hash = "sha256-UAIwm5pwEmBljos6YVQP1Wc4h875mDOOGZJSSjOyOuM=";
};
nativeBuildInputs = [
@@ -104,6 +104,8 @@ stdenv.mkDerivation (finalAttrs: {
# Disabled due to multiple vulnerabilities, see
# https://github.com/NixOS/nixpkgs/pull/73586
"-Djasper=disabled"
# Selecting platform default is broken by -Dauto_features.
"-Drelocatable=disabled"
]
++ lib.optionals (!withLuaJIT) [
"-Dlua=disabled"