Loading pkgs/by-name/ki/kikit/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ versioneer, shapely, setuptools, nix-update-script, }: let solidpython = callPackage ./solidpython { }; Loading Loading @@ -95,14 +96,17 @@ buildPythonApplication rec { cd test/units ''; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Automation for KiCAD boards"; homepage = "https://github.com/yaqwsx/KiKit/"; changelog = "https://github.com/yaqwsx/KiKit/releases/tag/${src.tag}"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ jfly matusf ]; license = licenses.mit; teams = with lib.teams; [ ngi ]; license = lib.licenses.mit; }; } Loading
pkgs/by-name/ki/kikit/default.nix +7 −3 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ versioneer, shapely, setuptools, nix-update-script, }: let solidpython = callPackage ./solidpython { }; Loading Loading @@ -95,14 +96,17 @@ buildPythonApplication rec { cd test/units ''; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Automation for KiCAD boards"; homepage = "https://github.com/yaqwsx/KiKit/"; changelog = "https://github.com/yaqwsx/KiKit/releases/tag/${src.tag}"; maintainers = with maintainers; [ maintainers = with lib.maintainers; [ jfly matusf ]; license = licenses.mit; teams = with lib.teams; [ ngi ]; license = lib.licenses.mit; }; }