teensyduino: add missing dependencies for teensy-loader

This commit is contained in:
Rehno Lindeque 2020-02-26 19:44:03 -05:00 committed by Bjørn Forsman
parent 4f69262c19
commit b13f8788dc

View file

@ -3,7 +3,8 @@
, withGui ? false, gtk2 ? null, withTeensyduino ? false
/* Packages needed for Teensyduino */
, upx, fontconfig, xorg, gcc
, atk, glib, pango, gdk-pixbuf, libpng12, expat, freetype,
, atk, glib, pango, gdk-pixbuf, libpng12, expat, freetype
, cairo, udev
}:
assert withGui -> gtk2 != null;
@ -32,6 +33,7 @@ let
teensy_libpath = stdenv.lib.makeLibraryPath [
atk
cairo
expat
fontconfig
freetype
@ -42,11 +44,13 @@ let
libpng12
libusb
pango
udev
xorg.libSM
xorg.libX11
xorg.libXext
xorg.libXft
xorg.libXinerama
xorg.libXxf86vm
zlib
];
teensy_architecture =