opentx: don’t use nano

Vanilla newlib doesn’t install nano.
This commit is contained in:
Matthew Bauer 2018-11-02 15:28:53 -05:00
parent 0b66270ada
commit 836cbf6a5c

View File

@ -42,6 +42,7 @@ in stdenv.mkDerivation {
# XXX I would prefer to include these here, though we will need to file a bug upstream to get that changed.
#"-DDFU_UTIL_PATH=${dfu-util}/bin/dfu-util"
#"-DAVRDUDE_PATH=${avrdude}/bin/avrdude"
"-DNANO=OFF"
];
meta = with stdenv.lib; {