From 3ec81e08498ff169a911901ebca0119ceb9e58ef Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Mon, 29 Mar 2021 18:02:46 +0200 Subject: [PATCH] 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. --- pkgs/development/ocaml-modules/ocaml-freestanding/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix b/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix index a777b7b22b9..cf72397057d 100644 --- a/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix +++ b/pkgs/development/ocaml-modules/ocaml-freestanding/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { pkg-config ]; - buildInputs = [ solo5 ]; + propagatedBuildInputs = [ solo5 ]; configurePhase = '' runHook preConfigure