diff --git a/pkgs/ocaml/ppx_unicode/default.nix b/pkgs/ocaml/ppx_unicode/default.nix index 5d8df44..07faaca 100644 --- a/pkgs/ocaml/ppx_unicode/default.nix +++ b/pkgs/ocaml/ppx_unicode/default.nix @@ -7,7 +7,7 @@ }: buildDunePackage rec { pname = "ppx_unicode"; - version = "0.0.1"; + version = "0.1.0"; src = fetchgit { url = "https://git.lain.faith/haskal/ppx_unicode.git"; @@ -18,5 +18,6 @@ buildDunePackage rec { minimalOcamlVersion = "5.1"; dontStrip = true; - buildInputs = [ ppxlib uunf ]; + nativeBuildInputs = [ ppxlib ]; + propagatedBuildInputs = [ ppxlib uunf ]; }