openrct2: add __structuredAttrs and strictDeps attributes

This commit is contained in:
LRFLEW
2026-07-12 19:05:39 -05:00
parent d909428e22
commit 9a57e7f831
+3
View File
@@ -66,6 +66,9 @@ stdenv.mkDerivation (finalAttrs: {
pname = "openrct2";
version = "0.5.3";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "OpenRCT2";
repo = "OpenRCT2";