Merge pull request #77180 from anmonteiro/anmonteiro/libev-static

libev: Add statically linked `libev` to `pkgsStatic`
This commit is contained in:
Ryan Mulligan
2020-01-09 21:28:29 -08:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -280,4 +280,6 @@ in {
) super.ocaml-ng;
python27 = super.python27.override { static = true; };
libev = super.libev.override { static = true; };
}