Merge pull request #114213 from danieldk/teensyduino-missing-libs
teensyduino: fix missing library paths
This commit is contained in:
commit
b50cdc0803
@ -23,6 +23,7 @@
|
|||||||
, glib
|
, glib
|
||||||
, pango
|
, pango
|
||||||
, gdk-pixbuf
|
, gdk-pixbuf
|
||||||
|
, gtk2
|
||||||
, libpng12
|
, libpng12
|
||||||
, expat
|
, expat
|
||||||
, freetype
|
, freetype
|
||||||
@ -56,7 +57,7 @@ let
|
|||||||
gcc.cc.lib
|
gcc.cc.lib
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
glib
|
glib
|
||||||
gtk3
|
gtk2
|
||||||
libpng12
|
libpng12
|
||||||
libusb-compat-0_1
|
libusb-compat-0_1
|
||||||
pango
|
pango
|
||||||
@ -240,7 +241,7 @@ stdenv.mkDerivation rec {
|
|||||||
patchelf --debug \
|
patchelf --debug \
|
||||||
--set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \
|
--set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \
|
||||||
--set-rpath "${teensy_libpath}" \
|
--set-rpath "${teensy_libpath}" \
|
||||||
$out/share/arduino/hardware/tools/teensy
|
$out/share/arduino/hardware/tools/teensy{,_ports,_reboot,_restart,_serialmon}
|
||||||
''}
|
''}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user