summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/dose3/default.nix
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/dose3/default.nix
parenta834cc840fddf422d8b8ba6c2b06726cdacf2eec (diff)
downloadnixpkgs-a110f08f12eb10a25e1e0c7545c13e1246d0da25.tar
nixpkgs-a110f08f12eb10a25e1e0c7545c13e1246d0da25.tar.gz
nixpkgs-a110f08f12eb10a25e1e0c7545c13e1246d0da25.tar.bz2
nixpkgs-a110f08f12eb10a25e1e0c7545c13e1246d0da25.tar.lz
nixpkgs-a110f08f12eb10a25e1e0c7545c13e1246d0da25.tar.xz
nixpkgs-a110f08f12eb10a25e1e0c7545c13e1246d0da25.tar.zst
nixpkgs-a110f08f12eb10a25e1e0c7545c13e1246d0da25.zip
ocamlPackages.extlib: rename from ocaml_extlib
This matches the name used in dune and on OPAM.
Diffstat (limited to 'pkgs/development/ocaml-modules/dose3/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/dose3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/dose3/default.nix b/pkgs/development/ocaml-modules/dose3/default.nix
index daf5b3779d7..5f71375dc46 100644
--- a/pkgs/development/ocaml-modules/dose3/default.nix
+++ b/pkgs/development/ocaml-modules/dose3/default.nix
@@ -1,6 +1,6 @@
 { lib, buildDunePackage, fetchFromGitLab
 , camlzip, ocamlgraph, parmap, re, stdlib-shims
-, base64, bz2, ocaml_extlib, cudf
+, base64, bz2, extlib, cudf
 , dpkg, git, ocaml, ounit, python39, python39Packages
 }:
 
@@ -27,7 +27,7 @@ buildDunePackage rec {
     bz2
     camlzip
     cudf
-    ocaml_extlib
+    extlib
     ocamlgraph
     re
     stdlib-shims