mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
mysql
This commit is contained in:
parent
5eded456d0
commit
a1c0e10564
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchFromGitHub, zlib, openssl, ncurses, libidn, pcre, libssh, libmysqlclient, postgresql
|
||||
{ stdenv, lib, fetchFromGitHub, zlib, openssl, ncurses, libidn, pcre, libssh, mysql, postgresql
|
||||
, withGUI ? false, makeWrapper, pkgconfig, gtk2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = lib.optionals withGUI [ pkgconfig makeWrapper ];
|
||||
|
||||
buildInputs = [
|
||||
zlib openssl ncurses libidn pcre libssh libmysqlclient postgresql
|
||||
zlib openssl ncurses libidn pcre libssh mysql.connector-c postgresql
|
||||
] ++ lib.optional withGUI gtk2;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user