summary refs log tree commit diff
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorAntonio Nuno Monteiro <anmonteiro@gmail.com>2020-01-06 22:16:11 -0800
committerAntonio Nuno Monteiro <anmonteiro@gmail.com>2020-01-06 22:16:11 -0800
commit66f12cac0913f54050ab79efb5c6d34f5cabb64e (patch)
tree6952acf578c14136376da36098e0004d869ba3b2 /pkgs/top-level/static.nix
parent6e38def213c9d3fc4f9cb7062c6ee580ef07f913 (diff)
downloadnixpkgs-66f12cac0913f54050ab79efb5c6d34f5cabb64e.tar
nixpkgs-66f12cac0913f54050ab79efb5c6d34f5cabb64e.tar.gz
nixpkgs-66f12cac0913f54050ab79efb5c6d34f5cabb64e.tar.bz2
nixpkgs-66f12cac0913f54050ab79efb5c6d34f5cabb64e.tar.lz
nixpkgs-66f12cac0913f54050ab79efb5c6d34f5cabb64e.tar.xz
nixpkgs-66f12cac0913f54050ab79efb5c6d34f5cabb64e.tar.zst
nixpkgs-66f12cac0913f54050ab79efb5c6d34f5cabb64e.zip
libev: Add statically linked `libev` to `pkgsStatic`
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix2
1 files changed, 2 insertions, 0 deletions
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; };
 }