ppx_unicode: oops dependencies
This commit is contained in:
parent
2f5f5d2858
commit
726952675b
|
@ -7,7 +7,7 @@
|
||||||
}:
|
}:
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "ppx_unicode";
|
pname = "ppx_unicode";
|
||||||
version = "0.0.1";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.lain.faith/haskal/ppx_unicode.git";
|
url = "https://git.lain.faith/haskal/ppx_unicode.git";
|
||||||
|
@ -18,5 +18,6 @@ buildDunePackage rec {
|
||||||
minimalOcamlVersion = "5.1";
|
minimalOcamlVersion = "5.1";
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
buildInputs = [ ppxlib uunf ];
|
nativeBuildInputs = [ ppxlib ];
|
||||||
|
propagatedBuildInputs = [ ppxlib uunf ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue