Merge pull request #33872 from pbogdan/yajl-cleanup
yajl: small clean up
This commit is contained in:
commit
1848e17c0d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, cmake, ruby }:
|
||||
{ stdenv, fetchurl, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "yajl-2.1.0";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0f6yrjc05aa26wfi7lqn2gslm19m6rm81b30ksllpkappvh162ji";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake ruby ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
description = "Yet Another JSON Library";
|
||||
|
|
Loading…
Reference in a new issue