1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "0g690bk789hsry34y4ahvly5c8w8imca90ss4njfqf7m2qicrlmy";
12 # doesnt work out of the box but might be possible
16 description = "A flexible Python 2/3 Kconfig implementation and library";
17 homepage = "https://github.com/ulfalizer/Kconfiglib";
18 license = licenses.isc;
19 maintainers = with maintainers; [ teto ];