8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "twitchyliquid64";
16 sha256 = "0dlsy0c46781sb652kp80pvga7pzx6xla64axir92fcgg8k803bi";
19 cargoSha256 = "1ar62dn0khlbm47chakrsrxd1y76gpq0sql4g9j7dqqrvkavgd7w";
21 nativeBuildInputs = [ go-md2man installShellFiles ];
24 go-md2man --in docs/spec-reference.md --out maker-panel.5
28 installManPage maker-panel.5
32 description = "Make mechanical PCBs by combining shapes together.";
33 homepage = "https://github.com/twitchyliquid64/maker-panel";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ twitchyliquid64 ];