about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2023-04-12 10:56:09 +0200
committerGitHub <noreply@github.com>2023-04-12 10:56:09 +0200
commit9973e55944acaa60cdaed97b02d459cfdcfadf0e (patch)
tree9a90d5655055ee6b848cf0ae16f4a3d30e3e8b5a /pkgs/top-level
parent98853bbb802bc19c96aae1810892ffc48cbfa2fc (diff)
parent0dc61806f6bb84977e488cbafa6f57f29fcd75e3 (diff)
Merge pull request #225714 from Niols/headache-1.06
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 { };