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,7 +20,7 @@ final: prev: {
sourceRoot = "source/nvimcom";
buildInputs = with prev; [
R
gcc
stdenv.cc.cc
gnumake
];
propagatedBuildInputs = [];