forked from mirrors/nixpkgs
cmark: cmake in nativeBuildInputs
This commit is contained in:
parent
33acfb8029
commit
2dcc5bbb5d
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1da62ispca9aal2a36gaj87175rv5013pl7x740vk32y6lclr6v6";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
description = "CommonMark parsing and rendering library and program in C";
|
||||
|
|
Loading…
Reference in a new issue