mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
ocamlPackages.opam-core: fix for opam 2.2
This commit is contained in:
parent
185a57d2b5
commit
fd9cbc663d
@ -1,15 +1,13 @@
|
||||
{ lib, buildDunePackage, unzip
|
||||
, opam, ocamlgraph, re, cppo }:
|
||||
{ lib, buildDunePackage, opam
|
||||
, jsonm, ocamlgraph, re, sha, swhid_core, uutf
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "opam-core";
|
||||
|
||||
inherit (opam) src version;
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
nativeBuildInputs = [ unzip cppo ];
|
||||
propagatedBuildInputs = [ ocamlgraph re ];
|
||||
propagatedBuildInputs = [ jsonm ocamlgraph uutf re sha swhid_core ];
|
||||
|
||||
# get rid of check for curl at configure time
|
||||
# opam-core does not call curl at run time
|
||||
|
@ -1379,7 +1379,7 @@ let
|
||||
omd = callPackage ../development/ocaml-modules/omd { };
|
||||
|
||||
opam-core = callPackage ../development/ocaml-modules/opam-core {
|
||||
inherit (pkgs) opam unzip;
|
||||
inherit (pkgs) opam;
|
||||
};
|
||||
|
||||
opam-file-format = callPackage ../development/ocaml-modules/opam-file-format { };
|
||||
|
Loading…
Reference in New Issue
Block a user