8 buildPythonPackage rec {
9 pname = "pythondialog";
11 format = "setuptools";
15 inherit pname version;
16 sha256 = "b2a34a8af0a6625ccbdf45cd343b854fc6c1a85231dadc80b8805db836756323";
20 substituteInPlace dialog.py --replace ":/bin:/usr/bin" ":$out/bin"
24 description = "Python interface to the UNIX dialog utility and mostly-compatible programs";
25 homepage = "http://pythondialog.sourceforge.net/";
26 license = licenses.lgpl3;