mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
headache: move from ocamlPackages to top-level
This commit is contained in:
parent
4f40a8bdb4
commit
926314334a
|
@ -1,4 +1,6 @@
|
|||
{ lib, buildDunePackage, fetchFromGitHub, camomile }:
|
||||
{ lib, fetchFromGitHub, ocamlPackages }:
|
||||
|
||||
with ocamlPackages;
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "headache";
|
|
@ -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 { };
|
||||
|
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue