From 0f8c3b054d3a1d6596c2f9cd0702d1e3c524e2fd Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 18 Dec 2023 22:11:19 +0100 Subject: [PATCH] Suggest `gcc_multi` to make `mir_opts` run on nixos --- src/building/suggested.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/suggested.md b/src/building/suggested.md index 1336ff629..397a2e94b 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -328,7 +328,7 @@ in pkgs.mkShell { name = "rustc"; nativeBuildInputs = with pkgs; [ - gcc9 binutils cmake ninja openssl pkgconfig python39 git curl cacert patchelf nix psutils + gcc_multi binutils cmake ninja openssl pkgconfig python39 git curl cacert patchelf nix psutils ]; RIPGREP_CONFIG_PATH = ripgrepConfig; RUST_BOOTSTRAP_CONFIG = config;