From de4489a672a635a350bae6094422a5917794f77a Mon Sep 17 00:00:00 2001 From: regnat Date: Fri, 14 Jan 2022 15:41:14 +0100 Subject: [PATCH] Forbid runtime references to boost We explicitly hack around to remove them, so might as well check that the hack is useful. (Introduced because I feared that the changes of https://github.com/NixOS/nix/pull/5906#discussion_r784810238 would bring back some runtime references) --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f4fae2a00..026433c52 100644 --- a/flake.nix +++ b/flake.nix @@ -299,6 +299,8 @@ propagatedBuildInputs = propagatedDeps; + disallowedReferences = [ boost ]; + preConfigure = '' # Copy libboost_context so we don't get all of Boost in our closure.