From 66f12cac0913f54050ab79efb5c6d34f5cabb64e Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Mon, 6 Jan 2020 22:16:11 -0800 Subject: libev: Add statically linked `libev` to `pkgsStatic` --- 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 d1708096032..5b321c9e7e5 100644 --- a/pkgs/top-level/static.nix +++ b/pkgs/top-level/static.nix @@ -197,4 +197,6 @@ in { }; python27 = super.python27.override { static = true; }; + + libev = super.libev.override { static = true; }; } -- cgit 1.4.1