falcon: move cmake to nativeBuildInputs
This commit is contained in:
parent
f12f79cb9f
commit
50855dacc0
@ -11,8 +11,8 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1x3gdcz1gqhi060ngqi0ghryf69v8bn50yrbzfad8bhblvhzzdlf";
|
sha256 = "1x3gdcz1gqhi060ngqi0ghryf69v8bn50yrbzfad8bhblvhzzdlf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
buildInputs = [ cmake pcre zlib sqlite ];
|
buildInputs = [ pcre zlib sqlite ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Programming language with macros and syntax at once";
|
description = "Programming language with macros and syntax at once";
|
||||||
|
Loading…
Reference in New Issue
Block a user