5 , arduino-core-unwrapped
8 buildOctavePackage rec {
13 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
14 sha256 = "sha256-p9SDTXkIwnrkNXeVhzAHks7EL4NdwBokrH2j9hqAJqQ=";
17 requiredOctavePackages = [
21 propagatedBuildInputs = [
22 arduino-core-unwrapped
26 name = "Octave Arduino Toolkit";
27 homepage = "https://octave.sourceforge.io/arduino/index.html";
28 license = licenses.gpl3Plus;
29 maintainers = with maintainers; [ KarlJoad ];
30 description = "Basic Octave implementation of the matlab arduino extension, allowing communication to a programmed arduino board to control its hardware";