summary refs log tree commit diff
path: root/pkgs/development/libraries/unixODBCDrivers
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-06-25 17:02:02 -0400
committerAaron Andersen <aaron@fosslib.net>2019-06-25 17:26:48 -0400
commit7d44ceeb2c3a00ac020d76e54d0ff9f9800048d1 (patch)
treee148bdb9c4f864e818e401301f544e0e324075ec /pkgs/development/libraries/unixODBCDrivers
parent880bc93fc0ad44ea5b973e532c338afeb70d2a71 (diff)
mysql55: remove package
Diffstat (limited to 'pkgs/development/libraries/unixODBCDrivers')
-rw-r--r--pkgs/development/libraries/unixODBCDrivers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/unixODBCDrivers/default.nix b/pkgs/development/libraries/unixODBCDrivers/default.nix
index 7d4c6c7a29947..7b72e12a66b24 100644
--- a/pkgs/development/libraries/unixODBCDrivers/default.nix
+++ b/pkgs/development/libraries/unixODBCDrivers/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, stdenv, unixODBC, cmake, postgresql, mysql55, mariadb, sqlite, zlib, libxml2, dpkg, lib, openssl, kerberos, curl, libuuid, autoPatchelfHook }:
+{ fetchurl, stdenv, unixODBC, cmake, postgresql, mysql, mariadb, sqlite, zlib, libxml2, dpkg, lib, openssl, kerberos, curl, libuuid, autoPatchelfHook }:
 
 # I haven't done any parameter tweaking.. So the defaults provided here might be bad
 
@@ -67,7 +67,7 @@
     };
 
     nativeBuildInputs = [ cmake ];
-    buildInputs = [ unixODBC mysql55 ];
+    buildInputs = [ unixODBC mysql ];
 
     cmakeFlags = [ "-DWITH_UNIXODBC=1" ];