1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 20:38:10 +00:00

chore(nix): export library path for macos

This commit is contained in:
Martin Milata 2022-03-08 22:27:35 +01:00 committed by matejcik
parent 801679bccf
commit 7f97ea4961

View File

@ -117,6 +117,7 @@ stdenvNoCC.mkDerivation ({
dejavu_fonts
];
LD_LIBRARY_PATH = "${libffi}/lib:${libjpeg.out}/lib:${libusb1}/lib:${libressl.out}/lib";
DYLD_LIBRARY_PATH = "${libffi}/lib:${libjpeg.out}/lib:${libusb1}/lib:${libressl.out}/lib";
NIX_ENFORCE_PURITY = 0;
# Fix bdist-wheel problem by setting source date epoch to a more recent date