summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/lacaml/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/lacaml/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/lacaml/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/lacaml/default.nix b/pkgs/development/ocaml-modules/lacaml/default.nix
index ab45c9ab8db8..fc2327b736e9 100644
--- a/pkgs/development/ocaml-modules/lacaml/default.nix
+++ b/pkgs/development/ocaml-modules/lacaml/default.nix
@@ -19,7 +19,7 @@ buildDunePackage rec {
buildInputs = [ dune-configurator ];
propagatedBuildInputs = [ lapack blas ] ++
- stdenv.lib.optionals stdenv.isDarwin
+ lib.optionals stdenv.isDarwin
[ darwin.apple_sdk.frameworks.Accelerate ];
meta = with lib; {