Merge pull request #318653 from Moraxyc/add-mcdreforged

This commit is contained in:
Sandro 2024-06-10 12:55:50 +02:00 committed by GitHub
commit 1367f60556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "mcdreforged";
version = "2.12.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Fallen-Breath";
@ -17,8 +18,6 @@ python3.pkgs.buildPythonApplication rec {
sha256 = "sha256-MLub++mkkB/jshpHJXtqgIhs7Gcb4jHUyHqGE65S8A8=";
};
disabled = python3.pkgs.pythonOlder "3.8";
build-system = [ python3.pkgs.setuptools ];
dependencies = with python3.pkgs; [