libev: Add statically linked libev to pkgsStatic

This commit is contained in:
Antonio Nuno Monteiro
2020-01-06 22:16:11 -08:00
parent 6e38def213
commit 66f12cac09
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -197,4 +197,6 @@ in {
};
python27 = super.python27.override { static = true; };
libev = super.libev.override { static = true; };
}