docs: Small change to Rust guide to be more cross friendly

This commit is contained in:
John Ericson
2018-12-13 02:05:30 -05:00
committed by Jörg Thalheim
parent 84557733f7
commit fcce28f1af

View File

@@ -303,11 +303,15 @@ with import <nixpkgs> {};
stdenv.mkDerivation {
name = "rust-env";
buildInputs = [
nativeBuildInputs = [
rustc cargo
# Example Additional Dependencies
pkgconfig openssl
# Example Build-time Additional Dependencies
pkgconfig
];
buildInputs = [
# Example Run-time Additional Dependencies
openssl
];
# Set Environment Variables