18 buildDunePackage rec {
19 pname = "plotkicadsch";
22 inherit (kicadsch) src version;
24 minimalOCamlVersion = "4.09";
28 src = ./fix-paths.patch;
29 inherit coreutils imagemagick;
46 description = "A tool to export Kicad Sch files to SVG pictures";
47 homepage = "https://github.com/jnavila/plotkicadsch";
48 license = licenses.isc;
49 maintainers = with maintainers; [ leungbk ];