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