ocamlPackages.sedlex_2: fix dependencies (as per 77901a9)
This commit is contained in:
parent
3a9f743605
commit
c62428963a
@ -38,9 +38,9 @@ buildDunePackage rec {
|
|||||||
sha256 = "05f6qa8x3vhpdz1fcnpqk37fpnyyq13icqsk2gww5idjnh6kng26";
|
sha256 = "05f6qa8x3vhpdz1fcnpqk37fpnyyq13icqsk2gww5idjnh6kng26";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ppx_tools_versioned ocaml-migrate-parsetree ];
|
propagatedBuildInputs = [
|
||||||
|
gen uchar ocaml-migrate-parsetree ppx_tools_versioned
|
||||||
propagatedBuildInputs = [ gen uchar ];
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
ln -s ${DerivedCoreProperties} src/generator/data/DerivedCoreProperties.txt
|
ln -s ${DerivedCoreProperties} src/generator/data/DerivedCoreProperties.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user