From a08f05c266234db87e31c531a17a0075f8fbbea7 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 6 Jul 2021 12:58:56 +0000 Subject: shells/linux: add GCC plugin support --- shells/linux.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shells') diff --git a/shells/linux.nix b/shells/linux.nix index 1cdbbc50baa1..eaf2e7ecb2ca 100644 --- a/shells/linux.nix +++ b/shells/linux.nix @@ -9,6 +9,9 @@ with pkgs; # For make {n,menu}config ncurses + # For gcc plugins + gmp libmpc mpfr + # For documentation graphviz imagemagick python3Packages.sphinx python3Packages.sphinx_rtd_theme texlive.combined.scheme-minimal -- cgit 1.4.1