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:
@@ -338,8 +338,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gtk = gtk3;
|
||||
};
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta = {
|
||||
description = "GNU Image Manipulation Program";
|
||||
homepage = "https://www.gimp.org/";
|
||||
|
||||
Reference in New Issue
Block a user