You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ otool -L $(which cargo)
/nix/store/im8vsm9gh1dm37pk0akhiv027k0grqrh-rust-stable/bin/cargo:
/System/Library/Frameworks/Security.framework/Versions/A/Security (compatibility version 1.0.0, current version 60420.101.2)
/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1971.0.0)
/usr/lib/libcurl.4.dylib (compatibility version 7.0.0, current version 9.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.100.3)
I have the same issue with both stable and nightly:
I tried to apply that to the toolchain derivation, but that ultimately uses runCommand, which is built with stdenvNoCC, which doesn’t have install_name_tool, so it was a pain.
The text was updated successfully, but these errors were encountered:
I think I am running into oxalica/rust-overlay#149 over here.
I have the same issue with both stable and nightly:
From the build:
I hacked up the PR I referenced to get a workaround:
I tried to apply that to the
toolchain
derivation, but that ultimately usesrunCommand
, which is built withstdenvNoCC
, which doesn’t haveinstall_name_tool
, so it was a pain.The text was updated successfully, but these errors were encountered: