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:
parent
801679bccf
commit
7f97ea4961
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user