Remove gcc from tampi *buildInputs

This commit is contained in:
Aleix Boné 2025-07-29 11:20:42 +02:00
parent b36140162a
commit 08161bf291
Signed by: abonerib
SSH Key Fingerprint: SHA256:Jmq7aNH8XDdGy7E9dqfqrc/LRaVqhnFgDgdxlFw/pl8

View File

@ -8,7 +8,6 @@
, gnumake , gnumake
, boost , boost
, mpi , mpi
, gcc
, autoreconfHook , autoreconfHook
, enableOvni ? true , enableOvni ? true
, ovni ? null , ovni ? null
@ -51,7 +50,6 @@ in stdenv.mkDerivation {
autoconf autoconf
automake automake
autoreconfHook autoreconfHook
gcc
gnumake gnumake
libtool libtool
]; ];