rustPlatform.buildRustPackage: fix auditable option when cargo-auditable is not provided to makeRustPlatform

authored by figsoda and committed by Yt a1663fbd d6481fa8

+2 -2
+2 -2
pkgs/development/compilers/rust/make-rust-platform.nix
··· 1 - { buildPackages, callPackage, stdenv, runCommand }@prev: 2 3 { rustc 4 , cargo 5 - , cargo-auditable ? null 6 , stdenv ? prev.stdenv 7 , ... 8 }:
··· 1 + { buildPackages, callPackage, cargo-auditable, stdenv, runCommand }@prev: 2 3 { rustc 4 , cargo 5 + , cargo-auditable ? prev.cargo-auditable 6 , stdenv ? prev.stdenv 7 , ... 8 }: