eresi: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2025-12-13 10:30:25 +01:00
parent d7b24b856e
commit 022b6ae355
+2
View File
@@ -84,6 +84,8 @@ stdenv.mkDerivation rec {
installTargets = lib.singleton "install" ++ lib.optional stdenv.hostPlatform.is64bit "install64";
__structuredAttrs = true;
meta = {
description = "ERESI Reverse Engineering Software Interface";
license = lib.licenses.gpl2Only;