10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
19 sha256 = "1m0hllvmr5nkl4zy8yyzfgw9zmbrrzd5pw87ahd2mq68fjpcaqq5";
22 propagatedBuildInputs = [
29 # Checks require availability of the kicad symbol libraries.
31 pythonImportsCheck = [ "skidl" ];
34 description = "Module that extends Python with the ability to design electronic circuits";
35 mainProgram = "netlist_to_skidl";
36 homepage = "https://xess.com/skidl/docs/_site/";
37 license = licenses.mit;
38 maintainers = with maintainers; [ matthuszagh ];