From 6c1d1f3b2b716e674e9941e54b1be9c2116f7f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Tue, 29 Jul 2025 11:20:42 +0200 Subject: [PATCH] Remove gcc from tampi *buildInputs Reviewed-by: Rodrigo Arias Mallo --- pkgs/tampi/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/tampi/default.nix b/pkgs/tampi/default.nix index 83d28363..8986ce9e 100644 --- a/pkgs/tampi/default.nix +++ b/pkgs/tampi/default.nix @@ -8,7 +8,6 @@ , gnumake , boost , mpi -, gcc , autoreconfHook , enableOvni ? true , ovni ? null @@ -51,7 +50,6 @@ in stdenv.mkDerivation { autoconf automake autoreconfHook - gcc gnumake libtool ];