Unverified Commit 1367f605 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #318653 from Moraxyc/add-mcdreforged

parents 477cb4d3 2851412a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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; [