Merge pull request #318653 from Moraxyc/add-mcdreforged
This commit is contained in:
commit
1367f60556
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user