10 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "1m0hllvmr5nkl4zy8yyzfgw9zmbrrzd5pw87ahd2mq68fjpcaqq5";
21 propagatedBuildInputs = [
28 # Checks require availability of the kicad symbol libraries.
30 pythonImportsCheck = [ "skidl" ];
33 description = "Module that extends Python with the ability to design electronic circuits";
34 homepage = "https://xess.com/skidl/docs/_site/";
35 license = licenses.mit;
36 maintainers = with maintainers; [ matthuszagh ];