##// END OF EJS Templates
dependencies: don't require full mysql lib for the driver. Reduces installation by ~100MB !!
marcink -
r2609:0b88e7de default
parent child Browse files
Show More
@@ -82,7 +82,7 b' self: super: {'
82 82 pkgs.openssl
83 83 ];
84 84 propagatedBuildInputs = attrs.propagatedBuildInputs ++ [
85 pkgs.mysql.lib
85 pkgs.libmysql
86 86 pkgs.zlib
87 87 ];
88 88 });
General Comments 0
You need to be logged in to leave comments. Login now