summary refs log tree commit diff
path: root/pkgs/development/libraries/mps
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/mps')
-rw-r--r--pkgs/development/libraries/mps/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mps/default.nix b/pkgs/development/libraries/mps/default.nix
index 852946e7e40..4e4ddfb6389 100644
--- a/pkgs/development/libraries/mps/default.nix
+++ b/pkgs/development/libraries/mps/default.nix
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
     sha256 = "1k7vnanpgawnj84x2xs6md57pfib9p7c3acngqzkl3c2aqw8qay0";
   };
 
-  buildInputs = [ autoreconfHook sqlite ];
+  nativeBuildInputs = [ autoreconfHook ];
+  buildInputs = [ sqlite ];
 
   meta = {
     description = "A flexible memory management and garbage collection library";