ocamlPackages.sedlex_2: fix dependencies (as per 77901a9)

This commit is contained in:
Ben Darwin 2020-04-07 12:56:32 -04:00
parent 3a9f743605
commit c62428963a

View file

@ -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