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,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 = [];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue