about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lustre-v6
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-11-16 13:12:28 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-11-16 14:30:37 +0100
commita110f08f12eb10a25e1e0c7545c13e1246d0da25 (patch)
treed07f78a8bc862eac7b1f81e4f264fce9ba98c8aa /pkgs/development/ocaml-modules/lustre-v6
parenta834cc840fddf422d8b8ba6c2b06726cdacf2eec (diff)
ocamlPackages.extlib: rename from ocaml_extlib
This matches the name used in dune and on OPAM.
Diffstat (limited to 'pkgs/development/ocaml-modules/lustre-v6')
-rw-r--r--pkgs/development/ocaml-modules/lustre-v6/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lustre-v6/default.nix b/pkgs/development/ocaml-modules/lustre-v6/default.nix
index 3cc7a25a36aa6..419ae432ed37f 100644
--- a/pkgs/development/ocaml-modules/lustre-v6/default.nix
+++ b/pkgs/development/ocaml-modules/lustre-v6/default.nix
@@ -1,4 +1,4 @@
-{ lib, buildDunePackage, fetchurl, ocaml_extlib, lutils, rdbg }:
+{ lib, buildDunePackage, fetchurl, extlib, lutils, rdbg }:
 
 buildDunePackage rec {
   pname = "lustre-v6";
@@ -14,7 +14,7 @@ buildDunePackage rec {
   };
 
   propagatedBuildInputs = [
-    ocaml_extlib
+    extlib
     lutils
     rdbg
   ];