Loading pkgs/development/python-modules/urwid-readline/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,11 @@ buildPythonPackage rec { hash = "sha256-HiMMLzVE/Qw/PR7LXACyfzblxrGYrbMoi3/e/QzqF34="; }; postPatch = '' substituteInPlace setup.py \ --replace-fail 'version="0.15"' 'version="${version}"' ''; build-system = [ setuptools ]; dependencies = [ urwid ]; Loading Loading
pkgs/development/python-modules/urwid-readline/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,11 @@ buildPythonPackage rec { hash = "sha256-HiMMLzVE/Qw/PR7LXACyfzblxrGYrbMoi3/e/QzqF34="; }; postPatch = '' substituteInPlace setup.py \ --replace-fail 'version="0.15"' 'version="${version}"' ''; build-system = [ setuptools ]; dependencies = [ urwid ]; Loading