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:
parent
eb233ac067
commit
3ec81e0849
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [ solo5 ];
|
||||
propagatedBuildInputs = [ solo5 ];
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
|
Loading…
Reference in a new issue