about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorNiols <niols@niols.fr>2023-04-12 08:33:09 +0000
committerNiols <niols@niols.fr>2023-04-12 08:33:09 +0000
commit0dc61806f6bb84977e488cbafa6f57f29fcd75e3 (patch)
treee71ae01260a6a8c9d90d5d017c2afbee659cec95 /pkgs/top-level
parent6deaf0e061be9756dededdd71128f249ef0b698d (diff)
ocamlPackages.headache: init at 1.06
Diffstat (limited to 'pkgs/top-level')
-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 4ce6162788d31..590da4ef770d8 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -609,6 +609,8 @@ let
 
     hashcons = callPackage ../development/ocaml-modules/hashcons { };
 
+    headache = callPackage ../development/ocaml-modules/headache { };
+
     hex = callPackage ../development/ocaml-modules/hex { };
 
     hidapi = callPackage ../development/ocaml-modules/hidapi { };