Skip to content

Commit

Permalink
mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Sep 24, 2019
1 parent 5eded45 commit a1c0e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/thc-hydra/default.nix
@@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit a1c0e10

Please sign in to comment.