about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorMerlin Göttlinger <megoettlinger@gmail.com>2019-08-01 10:44:04 +0200
committerMerlin Göttlinger <megoettlinger@gmail.com>2019-08-01 10:44:04 +0200
commit2ea2643b13530b53384adf664e4d6af459e8db30 (patch)
tree0f8c2d0f15360360f538a9200104334553a27065 /pkgs/top-level/ocaml-packages.nix
parentff13b6f1acceac062e66a2b0f39a59bcb5570a87 (diff)
downloadnixlib-2ea2643b13530b53384adf664e4d6af459e8db30.tar
nixlib-2ea2643b13530b53384adf664e4d6af459e8db30.tar.gz
nixlib-2ea2643b13530b53384adf664e4d6af459e8db30.tar.bz2
nixlib-2ea2643b13530b53384adf664e4d6af459e8db30.tar.lz
nixlib-2ea2643b13530b53384adf664e4d6af459e8db30.tar.xz
nixlib-2ea2643b13530b53384adf664e4d6af459e8db30.tar.zst
nixlib-2ea2643b13530b53384adf664e4d6af459e8db30.zip
OCaml build support: add oasis build system
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 949c5b6a3085..bac8e411bbdd 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -12,6 +12,8 @@ let
 
     buildOcaml = callPackage ../build-support/ocaml { };
 
+    buildOasisPackage = callPackage ../build-support/ocaml/oasis.nix { buildOcaml = buildOcaml; };
+
     buildDunePackage = callPackage ../build-support/ocaml/dune.nix {};
 
     alcotest = callPackage ../development/ocaml-modules/alcotest {};