about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/owl
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2019-12-02 11:18:51 -0500
committerBen Darwin <bcdarwin@gmail.com>2019-12-06 12:00:44 -0500
commit6ac6e7ac0b97fb6757f6faed3c9d083f2fcc6efd (patch)
treea660bea675a335604d79557f16e9b93309c00d59 /pkgs/development/ocaml-modules/owl
parentb103ec091154d55cece3ca461d510642784e05c1 (diff)
owl: propagate eigen
Diffstat (limited to 'pkgs/development/ocaml-modules/owl')
-rw-r--r--pkgs/development/ocaml-modules/owl/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/owl/default.nix b/pkgs/development/ocaml-modules/owl/default.nix
index 95d4f6da704c0..eedfdba34edd9 100644
--- a/pkgs/development/ocaml-modules/owl/default.nix
+++ b/pkgs/development/ocaml-modules/owl/default.nix
@@ -7,9 +7,8 @@ buildDunePackage rec {
 
   inherit (owl-base) version src meta;
 
-  buildInputs = [ eigen ];
   checkInputs = [ alcotest ];
-  propagatedBuildInputs = [ stdio stdlib-shims openblasCompat owl-base ];
+  propagatedBuildInputs = [ eigen stdio stdlib-shims openblasCompat owl-base ];
 
   # tests not enabled for now due to owlbarn/owl/issues/460
 }