Rust: Difference between revisions

imported>Efx
m Corrected the example per https://discourse.nixos.org/t/openssl-dependency-for-rust/3186/4
imported>Jtojnar
m do not use pkgconfig alias
Line 56: Line 56:
   stdenv.mkDerivation {
   stdenv.mkDerivation {
     name = "rust";
     name = "rust";
     buildInputs = [ openssl pkgconfig nasm rustup ruststable cmake zlib ];
     buildInputs = [ openssl pkg-config nasm rustup ruststable cmake zlib ];
   }
   }
</syntaxHighlight>
</syntaxHighlight>