Loading pkgs/development/python-modules/gemfileparser2/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,12 @@ buildPythonPackage rec { dontConfigure = true; postPatch = '' # https://github.com/nexB/gemfileparser2/pull/8 substituteInPlace setup.cfg \ --replace ">=3.6.*" ">=3.6" ''; nativeBuildInputs = [ setuptools-scm ]; Loading Loading
pkgs/development/python-modules/gemfileparser2/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,12 @@ buildPythonPackage rec { dontConfigure = true; postPatch = '' # https://github.com/nexB/gemfileparser2/pull/8 substituteInPlace setup.cfg \ --replace ">=3.6.*" ">=3.6" ''; nativeBuildInputs = [ setuptools-scm ]; Loading