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.
wip/yesman
sternenseemann 3 years ago committed by Vincent Laporte
parent eb233ac067
commit 3ec81e0849
  1. 2
      pkgs/development/ocaml-modules/ocaml-freestanding/default.nix

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

Loading…
Cancel
Save