mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
godot_4: require big-parallel
This commit is contained in:
parent
5393569fe7
commit
30fbe2995b
@ -231,6 +231,11 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
requiredSystemFeatures = [
|
||||
# fixes: No space left on device
|
||||
"big-parallel"
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/godotengine/godot/releases/tag/${version}";
|
||||
description = "Free and Open Source 2D and 3D game engine";
|
||||
|
Loading…
Reference in New Issue
Block a user