8 stdenv.mkDerivation rec {
13 url = "https://bricxcc.sourceforge.net/nqc/release/nqc-${version}.tgz";
14 sha256 = "sha256-v9XmVPY5r3pYjP3vTSK9Xvz/9UexClbOvr3ljvK/52Y=";
22 url = "https://sourceforge.net/p/bricxcc/patches/_discuss/thread/00b427dc/b84b/attachment/nqc-01-Linux_usb_and_tcp.diff";
23 sha256 = "sha256-UZmmhhhfLAUus36TOBhiDQ8KUeEdYhGHVFwqKqDIqII=";
27 makeFlags = [ "PREFIX=$(out)" ];
32 homepage = "https://bricxcc.sourceforge.net/nqc/";
33 description = "Programming language for several LEGO MINDSTORMS products including the RCX, CyberMaster, and Scout";
34 platforms = platforms.linux;
35 license = licenses.mpl10;
36 maintainers = with maintainers; [ christophcharles ];