+67
-75
pkgs/development/compilers/rust/cargo.nix
+67
-75
pkgs/development/compilers/rust/cargo.nix
···-# the rust source tarball already has all the dependencies vendored, no need to fetch them again-# fixes: the cargo feature `edition` requires a nightly version of Cargo, but this is the `stable` channel-${stdenv.cc.targetPrefix}readelf -a $out/bin/.cargo-wrapped | grep -F 'Shared library: [libcurl.so'-lib.optionalAttrs (stdenv.buildPlatform.rust.rustcTarget != stdenv.hostPlatform.rust.rustcTarget)
···+# the rust source tarball already has all the dependencies vendored, no need to fetch them again+# fixes: the cargo feature `edition` requires a nightly version of Cargo, but this is the `stable` channel+${stdenv.cc.targetPrefix}readelf -a $out/bin/.cargo-wrapped | grep -F 'Shared library: [libcurl.so'