headache: move from ocamlPackages to top-level

This commit is contained in:
Niols 2023-06-07 14:51:16 +02:00 committed by Vincent Laporte
parent 4f40a8bdb4
commit 926314334a
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
{ lib, buildDunePackage, fetchFromGitHub, camomile }:
{ lib, fetchFromGitHub, ocamlPackages }:
with ocamlPackages;
buildDunePackage rec {
pname = "headache";

View File

@ -5199,6 +5199,8 @@ with pkgs;
hdate = callPackage ../applications/misc/hdate { };
headache = callPackage ../development/tools/headache { };
heatseeker = callPackage ../tools/misc/heatseeker { };
hebcal = callPackage ../tools/misc/hebcal { };

View File

@ -628,8 +628,6 @@ 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 { };