ppx_unicode: oops dependencies
This commit is contained in:
parent
2f5f5d2858
commit
726952675b
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue