summary refs log tree commit diff
path: root/pkgs/development/libraries/cmark/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/cmark/default.nix')
-rw-r--r--pkgs/development/libraries/cmark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/cmark/default.nix b/pkgs/development/libraries/cmark/default.nix
index dceb042732d..16c3e28f248 100644
--- a/pkgs/development/libraries/cmark/default.nix
+++ b/pkgs/development/libraries/cmark/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
     sha256 = "1da62ispca9aal2a36gaj87175rv5013pl7x740vk32y6lclr6v6";
   };
 
-  buildInputs = [ cmake ];
+  nativeBuildInputs = [ cmake ];
 
   meta = {
     description = "CommonMark parsing and rendering library and program in C";