mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Moved gcc to stdenv.cc.cc
This commit is contained in:
parent
72c8280db9
commit
91a4fe9d9f
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ final: prev: {
|
|||
sourceRoot = "source/nvimcom";
|
||||
buildInputs = with prev; [
|
||||
R
|
||||
gcc
|
||||
stdenv.cc.cc
|
||||
gnumake
|
||||
];
|
||||
propagatedBuildInputs = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue