summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-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";