aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/ocaml-modules/imagelib/unix.nix
blob: a188165a48fa220ea8a72f3a3e7130b9cdee55eb (plain)
1
2
3
4
5
6
7
8
{ buildDunePackage, imagelib }:

buildDunePackage {
  pname = "imagelib-unix";
  inherit (imagelib) version src useDune2 meta;

  propagatedBuildInputs = [ imagelib ];
}