gimp: revert __structuredAttrs

Revert the `__structuredAttrs = true` added in b08f524 (#526359). This
causes GIMP to crash at runtime.

Fixes #531558.
This commit is contained in:
James Alseth
2026-06-14 00:11:49 -07:00
parent 1da598155d
commit b5f702439e
@@ -338,8 +338,6 @@ stdenv.mkDerivation (finalAttrs: {
gtk = gtk3;
};
__structuredAttrs = true;
meta = {
description = "GNU Image Manipulation Program";
homepage = "https://www.gimp.org/";