openrct2: add __structuredAttrs and strictDeps attributes
This commit is contained in:
@@ -66,6 +66,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "openrct2";
|
||||
version = "0.5.3";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenRCT2";
|
||||
repo = "OpenRCT2";
|
||||
|
||||
Reference in New Issue
Block a user