mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
pkg-config
|
||||
];
|
||||
|
||||
buildInputs = [ solo5 ];
|
||||
propagatedBuildInputs = [ solo5 ];
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
Loading…
Reference in New Issue
Block a user