about summary refs log tree commit diff
path: root/pkgs/by-name/ki
AgeCommit message (Collapse)AuthorFilesLines
2024-04-26ki: init at 0-unstable-2023-11-08eljamm3-0/+223
Signed-off-by: eljamm <fedi.jamoussi@protonmail.ch>
2024-04-14kittysay: init at 0.5.0isabel1-0/+28
2024-03-21python312Packages.pcbnewtransition: rename from pcbnew-transitionFelix Buehler1-2/+2
2024-03-09kikit: 1.4.0 -> 1.5.0Jeremy Fleischman1-2/+6
This includes support for KiCad 8 (see complete changelog [here](https://github.com/yaqwsx/KiKit/releases/tag/v1.5.0)), which should unblock https://github.com/NixOS/nixpkgs/pull/291134. With this upgrade, a test started failing: $ nix build .#kikit ... kikit> not ok 40 Steel stencils kikit> # (in test file /build/source/test/system/stencil.bats, line 6) kikit> # `kikit stencil create --jigsize 60 60 $RES/conn.kicad_pcb steelStencil' failed kikit> # 04:32:16: Error: Directory '/homeless-shelter' couldn't be created (error 13: Permission denied) kikit> # An error occurred: OpenSCAD is not available. kikit> # Did you install it? Program `openscad` has to be in PATH kikit> # No output files produced kikit> not ok 41 Steel stencils with cutout kikit> # (in test file /build/source/test/system/stencil.bats, line 10) kikit> # `kikit stencil create --jigsize 60 60 --cutout J4 $RES/conn.kicad_pcb steelStencil' failed kikit> # 04:32:17: Error: Directory '/homeless-shelter' couldn't be created (error 13: Permission denied) kikit> # An error occurred: OpenSCAD is not available. kikit> # Did you install it? Program `openscad` has to be in PATH kikit> # No output files produced kikit> not ok 42 Printed stencils kikit> # (in test file /build/source/test/system/stencil.bats, line 14) kikit> # `kikit stencil createprinted \' failed kikit> # 04:32:17: Error: Directory '/homeless-shelter' couldn't be created (error 13: Permission denied) kikit> # An error occurred: OpenSCAD is not available. kikit> # Did you install it? Program `openscad` has to be in PATH kikit> # No output files produced kikit> make: *** [Makefile:40: test-system] Error 1 kikit> /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context error: builder for '/nix/store/f3klmz0qvi6yr3qfy7cww434f2z4kjx5-kikit-1.5.0.drv' failed with exit code 2; This is failing in some pretty old kikit code, so I think this is just failing due to kikit now having more complete code coverage. While researching this, I discovered kikit's documentation about [optional dependencies], which I suppose we don't have good support for right now. Rather than invent a new option for that, I've opted to preserve the existing behavior and just do the bare minimum to keep the build passing. [optional dependencies]: https://github.com/yaqwsx/KiKit/blob/v1.5.0/docs/installation/intro.md#optional-dependencies
2024-02-19Merge pull request #282429 from fabaff/killerbeeFabian Affolter1-0/+44
killerbee: init at 3.0.0-beta.2
2024-02-11treewide: add system to "Unsupported system" throwsPeder Bergebakken Sundt1-1/+1
2024-01-21kikit: 1.3.0 -> 1.4.0R. Ryantm1-3/+3
2024-01-20killerbee: init at 3.0.0-beta.2Fabian Affolter1-0/+44
IEEE 802.15.4/ZigBee Security Research Toolkit https://github.com/riverloopsec/killerbee
2024-01-17Merge pull request #248160 from gaelreyrol/kickstart-init-0.4.0h7x41-0/+43
kickstart: init at 0.4.0
2024-01-07python311Packages.wxpython: rename from wxPython_4_2Felix Buehler1-2/+2
2024-01-02kiwitalk: init at 0.5.1honnip2-0/+5930
https://github.com/KiwiTalk/KiwiTalk
2023-12-09kickstart: init at 0.4.0Gaël Reyrol1-0/+43
2023-12-07python3Packages.shapely: rename shapely18 to shapely_1_8Ivan Mincik1-2/+2
2023-12-06kikit: use shapely 1.8Ivan Mincik3-107/+3
Use maintained version of shapely 1.8 instead of locally packaged version.
2023-11-16kikit: init at 1.3.0Jeremy Fleischman5-0/+257
Co-authored-by: Rohit <rohitsutradhar311@gmail.com> Co-authored-by: Jeremy Fleischman <jeremyfleischman@gmail.com> Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com> Co-authored-by: Alejandro Sanchez Medina <alejandrosanchzmedina@gmail.com> Co-authored-by: Matúš Ferech <matus.ferech@gmail.com>