ocaml-freestanding: propagate solo5

solo5's bindings and ocaml-freestanding are both statically linked and
thus packages depending on ocaml-freestanding need the solo5 bindings as
well.
This commit is contained in:
sternenseemann 2021-03-29 18:02:46 +02:00 committed by Vincent Laporte
parent eb233ac067
commit 3ec81e0849

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
pkg-config
];
buildInputs = [ solo5 ];
propagatedBuildInputs = [ solo5 ];
configurePhase = ''
runHook preConfigure