summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-02 15:28:53 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-02 15:42:32 -0500
commit836cbf6a5ca44fd18219c7ea80550d0e38a66f90 (patch)
treeaade327e072c66dd121c0b981c5e027e28708eff /pkgs/applications/misc
parent0b66270adac94937ee3c4a3ad4de644e8b65c679 (diff)
downloadnixlib-836cbf6a5ca44fd18219c7ea80550d0e38a66f90.tar
nixlib-836cbf6a5ca44fd18219c7ea80550d0e38a66f90.tar.gz
nixlib-836cbf6a5ca44fd18219c7ea80550d0e38a66f90.tar.bz2
nixlib-836cbf6a5ca44fd18219c7ea80550d0e38a66f90.tar.lz
nixlib-836cbf6a5ca44fd18219c7ea80550d0e38a66f90.tar.xz
nixlib-836cbf6a5ca44fd18219c7ea80550d0e38a66f90.tar.zst
nixlib-836cbf6a5ca44fd18219c7ea80550d0e38a66f90.zip
opentx: don’t use nano
Vanilla newlib doesn’t install nano.
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/opentx/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/opentx/default.nix b/pkgs/applications/misc/opentx/default.nix
index 0aecc43d1e53..95a2f2b940c2 100644
--- a/pkgs/applications/misc/opentx/default.nix
+++ b/pkgs/applications/misc/opentx/default.nix
@@ -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; {