Moved gcc to stdenv.cc.cc

This commit is contained in:
Daniel Winkler 2025-05-16 17:53:41 +02:00
commit 91a4fe9d9f
No known key found for this signature in database

View file

@ -20,10 +20,10 @@ final: prev: {
sourceRoot = "source/nvimcom"; sourceRoot = "source/nvimcom";
buildInputs = with prev; [ buildInputs = with prev; [
R R
gcc stdenv.cc.cc
gnumake gnumake
]; ];
propagatedBuildInputs = [ ]; propagatedBuildInputs = [];
}) })
]; ];
}; };