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