Loading pkgs/development/python-modules/skidl/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -6,15 +6,15 @@ kinparse, pyspice, graphviz, sexpdata, }: buildPythonPackage rec { pname = "skidl"; version = "2.0.1"; format = "setuptools"; src = fetchFromGitHub { owner = "xesscorp"; owner = "devbisme"; repo = "skidl"; tag = version; sha256 = "sha256-EzKtXdQFB6kjaIuCYAsyFPlwmkefb5RJcnpFYCVHHb8="; Loading @@ -25,6 +25,7 @@ buildPythonPackage rec { kinparse pyspice graphviz sexpdata ]; # Checks require availability of the kicad symbol libraries. Loading @@ -32,9 +33,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "skidl" ]; meta = with lib; { description = "Module that extends Python with the ability to design electronic circuits"; description = "SKiDL is a module that extends Python with the ability to design electronic circuits"; mainProgram = "netlist_to_skidl"; homepage = "https://xess.com/skidl/docs/_site/"; homepage = "https://devbisme.github.io/skidl/"; license = licenses.mit; maintainers = with maintainers; [ matthuszagh ]; }; Loading Loading
pkgs/development/python-modules/skidl/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -6,15 +6,15 @@ kinparse, pyspice, graphviz, sexpdata, }: buildPythonPackage rec { pname = "skidl"; version = "2.0.1"; format = "setuptools"; src = fetchFromGitHub { owner = "xesscorp"; owner = "devbisme"; repo = "skidl"; tag = version; sha256 = "sha256-EzKtXdQFB6kjaIuCYAsyFPlwmkefb5RJcnpFYCVHHb8="; Loading @@ -25,6 +25,7 @@ buildPythonPackage rec { kinparse pyspice graphviz sexpdata ]; # Checks require availability of the kicad symbol libraries. Loading @@ -32,9 +33,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "skidl" ]; meta = with lib; { description = "Module that extends Python with the ability to design electronic circuits"; description = "SKiDL is a module that extends Python with the ability to design electronic circuits"; mainProgram = "netlist_to_skidl"; homepage = "https://xess.com/skidl/docs/_site/"; homepage = "https://devbisme.github.io/skidl/"; license = licenses.mit; maintainers = with maintainers; [ matthuszagh ]; }; Loading