11 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
19 owner = "firefly-cpp";
22 sha256 = "sha256-eVRiMwdYDS2YdQsINy8lBzV8lhcKgq+Vwlc02C5ar0Q=";
29 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "A simple Command-line interface for manipulating toml files";
44 homepage = "https://github.com/firefly-cpp/toml-adapt";
45 license = licenses.mit;
46 maintainers = with maintainers; [ firefly-cpp ];