mysql: Use libs in place of the binary mysql
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0xx1q9ximsyyipl0xbj8r7ajsz4xrxik8xmhcb1z9nv0aza1rff2";
|
||||
};
|
||||
|
||||
buildInputs = [ python munge perl pam openssl mysql ];
|
||||
buildInputs = [ python munge perl pam openssl mysql.lib ];
|
||||
|
||||
configureFlags = ''
|
||||
--with-munge=${munge}
|
||||
|
||||
Reference in New Issue
Block a user