From a9924d7ab87235df86f6849ed53e9022f5b8e30e Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 8 Jun 2020 17:16:42 -0500 Subject: libexecinfo: fix building statically --- pkgs/top-level/static.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/top-level/static.nix') diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix index cd75209a9b9..fcfe856398e 100644 --- a/pkgs/top-level/static.nix +++ b/pkgs/top-level/static.nix @@ -274,4 +274,6 @@ in { libev = super.libev.override { static = true; }; + + libexecinfo = super.libexecinfo.override { enableShared = false; }; } -- cgit 1.4.1