about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/ocaml-modules/reason-native/fp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/ocaml-modules/reason-native/fp.nix')
-rw-r--r--nixpkgs/pkgs/development/ocaml-modules/reason-native/fp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/ocaml-modules/reason-native/fp.nix b/nixpkgs/pkgs/development/ocaml-modules/reason-native/fp.nix
index ae6ae50705d5..8ff2ed65c4c0 100644
--- a/nixpkgs/pkgs/development/ocaml-modules/reason-native/fp.nix
+++ b/nixpkgs/pkgs/development/ocaml-modules/reason-native/fp.nix
@@ -3,7 +3,7 @@
 {
   pname = "fp";
 
-  buildInputs = [
+  nativeBuildInputs = [
     reason
   ];