summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-23 19:47:34 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-23 19:49:14 +0700
commit50855dacc07ea960c558530d6c72fb85b6ef04db (patch)
treeae201cd0312ffe34f4342413dcbbb48fd24ce118 /pkgs/development/interpreters
parentf12f79cb9f5c7a4d07a6413f2ff0cb07488ece03 (diff)
falcon: move cmake to nativeBuildInputs
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/falcon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/falcon/default.nix b/pkgs/development/interpreters/falcon/default.nix
index 9ff81553550c..de7cc10d7569 100644
--- a/pkgs/development/interpreters/falcon/default.nix
+++ b/pkgs/development/interpreters/falcon/default.nix
@@ -11,8 +11,8 @@ stdenv.mkDerivation {
sha256 = "1x3gdcz1gqhi060ngqi0ghryf69v8bn50yrbzfad8bhblvhzzdlf";
};
- nativeBuildInputs = [ pkg-config ];
- buildInputs = [ cmake pcre zlib sqlite ];
+ nativeBuildInputs = [ cmake pkg-config ];
+ buildInputs = [ pcre zlib sqlite ];
meta = with stdenv.lib; {
description = "Programming language with macros and syntax at once";