Loading pkgs/development/python-modules/rtfde/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,12 @@ buildPythonPackage rec { hash = "sha256-ai9JQ3gphY/IievBNdHiblIpc0IPS9wp7CVvBIRzG/4="; }; postPatch = '' # https://github.com/seamustuohy/RTFDE/issues/31 substituteInPlace setup.py \ --replace-fail "==" ">=" ''; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/rtfde/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,12 @@ buildPythonPackage rec { hash = "sha256-ai9JQ3gphY/IievBNdHiblIpc0IPS9wp7CVvBIRzG/4="; }; postPatch = '' # https://github.com/seamustuohy/RTFDE/issues/31 substituteInPlace setup.py \ --replace-fail "==" ">=" ''; build-system = [ setuptools ]; Loading