depot/pkgs/development/ocaml-modules/resto/acl.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
229 B
Nix
Raw Normal View History

{ buildDunePackage, resto, uri }:
buildDunePackage {
pname = "resto-acl";
inherit (resto) src version meta doCheck;
minimalOCamlVersion = "4.10";
duneVersion = "3";
propagatedBuildInputs = [
resto
uri
];
}