Vladimír Čunát
4e1fdadd02
mariadb: fix non-Darwin builds after 86dae701
...
I took care to get the same derivation as before that commit on Linux
and not to change derivation on Darwin.
2015-10-30 09:29:02 +01:00
Jude Taylor
86dae70173
mariadb: fix multiple outputs on darwin
2015-10-29 12:52:30 -07:00
Jude Taylor
98395a07e9
mariadb: complete build on darwin
2015-10-28 13:34:53 -07:00
William A. Kennington III
6aa5502129
mariadb: 10.0.20 -> 10.0.21
2015-08-07 14:19:15 -07:00
Vladimír Čunát
f5ca543c46
mariadb: disable parallel building
...
Discussed on:
https://github.com/NixOS/nixpkgs/commit/01e37fe92dedabd
2015-07-28 13:32:27 +02:00
Eelco Dolstra
c4a399f106
mariadb: Don't install static libraries
...
Issue #8990 .
2015-07-26 22:46:23 +02:00
Vladimír Čunát
9f37e91ec5
Merge master into staging
...
There are larger-rebuild changes: gnutls and samba.
2015-07-17 06:38:04 +02:00
Austin Seipp
01e37fe92d
pkgs: mariadb 10.0.19 -> 10.0.20
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-07-15 16:11:18 -05:00
William A. Kennington III
7eae48871f
Merge branch 'master.upstream' into staging.upstream
2015-07-01 13:38:17 -07:00
Shea Levy
145768bf9b
Unmaintain a bunch of packages
2015-07-01 08:11:05 -04:00
William A. Kennington III
31cedc7ee7
mariadb: Fix for darwin
2015-06-18 23:47:08 -07:00
William A. Kennington III
9c6d4533d0
mariadb: 10.0.18 -> 10.0.19
2015-05-23 19:07:13 -07:00
William A. Kennington III
c9395e1e92
Merge branch 'master' into staging
2015-05-08 05:59:50 -07:00
William A. Kennington III
bce08b7aca
mariadb: 10.0.17 -> 10.0.18
2015-05-08 05:40:35 -07:00
William A. Kennington III
0405651521
mariadb: Propagate library paths in mysql_config
2015-04-28 18:27:39 -07:00
William A. Kennington III
171275c7f9
mariadb: Add zlib dependency removed from propagation under libxml2
2015-04-28 18:27:39 -07:00
William A. Kennington III
3adb47d7d3
mariadb: Remove superfluous files
2015-04-11 22:32:43 -07:00
William A. Kennington III
14602b8a43
mariadb: properly propagate libs
2015-04-02 14:20:11 -07:00
William A. Kennington III
475e43ee22
mariadb: Fix on i686
2015-04-01 19:10:24 -07:00
William A. Kennington III
e97b63a727
mariadb: Fix mysql_config generation
2015-04-01 16:12:22 -07:00
William A. Kennington III
be9aa93ddc
mariadb: Fix input propagation
2015-04-01 15:10:04 -07:00
William A. Kennington III
53f1d8147d
mariadb: Make derivation smaller and split out libs
2015-04-01 13:24:29 -07:00
Eric Seidel
d3f69cdf67
mariadb: oqgraph fails to build on darwin
2015-03-14 09:09:23 -07:00
William A. Kennington III
6c82932799
mariadb: 10.0.16 -> 10.0.17
2015-03-11 18:50:03 -07:00
William A. Kennington III
760699aea9
mariadb: 10.0.15 -> 10.0.16
2015-02-06 12:59:38 -08:00
Domen Kožar
557114628b
mariadb: 10.0.14 -> 10.0.15
2014-12-09 11:29:16 +01:00
Vladimír Čunát
06c6d4696d
*: fix builds by disregarding warning from new glibc
...
Also, in case of collectd, the -lgcc_s shouldn't be needed anymore,
as the library is in ${glibc}/lib/ now, which is practically always on RPATH.
In case of seyren it was some stdenv change uncovering the mistake of
putting src into buildInputs.
2014-11-28 18:42:03 +01:00
Austin Seipp
37b9a2bad5
mariadb: 10.0.13 -> 10.0.14
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-10-09 17:01:06 -05:00
Patrick Mahoney
1e06594c0c
mariadb: Patch to compile on OS X.
...
* perl is required at build time on darwin. Copied from the
mysql/5.5.x.nix
* CMake on darwin creates shared libraries with relative 'install_name'
paths which are made absolute by fixDarwinDylibNames.
See http://answers.opencv.org/question/4134/cmake-install_name_tool-absolute-path-for-library/
* The asm patch was needed to compile on darwin, though I do not
understand what is going on. Error before the patch:
[ 15%] Building C object mysys/CMakeFiles/mysys.dir/my_context.c.o
.../nix-build-mariadb-10.0.13.drv-1/mariadb-10.0.13/mysys/my_context.c:207:Unknown pseudo-op: .cfi_escape
.../nix-build-mariadb-10.0.13.drv-1/mariadb-10.0.13/mysys/my_context.c:207:Rest of line ignored. 1st junk character valued 48 (0).
make[2]: *** [mysys/CMakeFiles/mysys.dir/my_context.c.o] Error 1
2014-08-30 14:41:51 -05:00
Austin Seipp
db2a37514d
mariadb: 10.0.11 -> 10.0.13
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-08-20 01:48:42 -05:00
Vladimír Čunát
114b75ce97
mariadb: switch to a working download URL
2014-06-22 15:29:23 +02:00
Austin Seipp
463ed1bb64
mariadb: 10.0.10 -> 10.0.11
...
Also, enable the TokuDB plugin, as it now builds (there were some bugs
in the non-GA release that prevented that).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-06-05 06:05:07 -05:00
Shea Levy
90cf41c0d7
mariadb: Bump
2014-04-02 09:05:01 -04:00
Shea Levy
1ce6fff4e2
Merge mysql55 module into mysql
...
This also removes the default for services.mysql.package, as this should
not generally be updated automatically if we change the mysql attribute
2014-02-26 07:54:12 -05:00
Shea Levy
a0a9430869
Add mariadb
2014-02-24 15:34:57 -05:00