Commit graph

14 commits

Author SHA1 Message Date
Richard Szibele 5db2de0ea8 unixODBCDrivers.mariadb: fix library file reference required for ODBC (#39841)
connections with MariaDB. Fixes #39835
2018-05-02 20:06:48 +02:00
Ryan Mulligan 17c1a6da69 unixODBCDrivers.psql: 09.05.0210 -> 10.01.0000
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 10.01.0000 with grep in /nix/store/bvl6a27bgljx6ps5sxmv8cy980hmpdqc-psqlodbc-10.01.0000
- directory tree listing: https://gist.github.com/6dac0c7dcf593adfd4d8cc805483dba1
2018-03-18 08:07:06 -07:00
Robin Gloster 6903ea6050 treewide: libmysql -> mysql.connector-c 2017-12-29 02:18:35 +01:00
Izorkin 4ef619dadd mariadb: replace to connector-c 2017-12-29 02:18:35 +01:00
Vladimír Čunát 24805b00c0 unixODBCDrivers.mariadb: fix evaluation
... after the parent merge, but the package was broken anyway.
2016-08-07 22:33:19 +02:00
Nikolay Amiantov 1a3f7d553d unixODBCDrivers: update and refactor, mark mysql packages as broken 2016-04-26 21:18:01 +03:00
Mathnerd314 eb7404d97a all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
William A. Kennington III a604b42480 mysql: Use libs in place of the binary mysql 2015-04-01 16:46:53 -07:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Bjørn Forsman 15eed826b6 psqlodbc: update from 8.3 to 9.3 (fixes build) 2014-02-03 21:08:27 +01:00
Bjørn Forsman 700c1323b8 sqliteodbc: fix library location
Commit d7d3c8fd82 (sqliteodbc: update to
0.995, add more metadata) mistakenly moved libraries from $out/lib to
$out (or rather stopped moving them from $out to $out/lib).

Move them back to $out/lib where they're expected to be and referred to
by the /etc/odbcinst.ini snippet.
2014-02-03 18:13:26 +01:00
Vladimir Still d7d3c8fd82 sqliteodbc: update to 0.995, add more metadata
close #1122
2013-10-30 19:00:09 +02:00
Marc Weber 638f4bf121 unixODBC sqlite support
svn path=/nixpkgs/trunk/; revision=12059
2008-06-12 15:54:57 +00:00
Marc Weber 9dd45a58cf added unixODBCDrivers expression containing unixODBC Postgres connector driver
integrating prior pkgs/development/libraries/mysql-connector-odbc/default.nix driver
Also provides ini strings for assembling /etc/odbcinst.ini

svn path=/nixpkgs/trunk/; revision=12044
2008-06-11 23:03:30 +00:00