gnu: sysbench: Build with mariadb.
* gnu/packages/benchmark.scm (sysbench)[arguments]: Remove mysql flag. [inputs]: Remove mysql. Add mariadb:dev.master
parent
7e1d6bb247
commit
427439526c
|
@ -612,13 +612,6 @@ its features are:
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:configure-flags #~(list "--with-pgsql"
|
#:configure-flags #~(list "--with-pgsql"
|
||||||
;; Explicitly specify the library directory of
|
|
||||||
;; MySQL, otherwise `mysql_config` gets
|
|
||||||
;; consulted and adds unnecessary link
|
|
||||||
;; directives.
|
|
||||||
(string-append "--with-mysql-libs="
|
|
||||||
#$(this-package-input "mysql")
|
|
||||||
"/lib")
|
|
||||||
"--with-system-luajit"
|
"--with-system-luajit"
|
||||||
"--with-system-ck"
|
"--with-system-ck"
|
||||||
;; If we let the build tool select the most
|
;; If we let the build tool select the most
|
||||||
|
@ -659,7 +652,7 @@ its features are:
|
||||||
libxslt
|
libxslt
|
||||||
docbook-xml
|
docbook-xml
|
||||||
docbook-xsl))
|
docbook-xsl))
|
||||||
(inputs (list ck libaio luajit mysql postgresql))
|
(inputs (list ck libaio luajit (list mariadb "dev") postgresql))
|
||||||
(home-page "https://github.com/akopytov/sysbench/")
|
(home-page "https://github.com/akopytov/sysbench/")
|
||||||
(synopsis "Scriptable database and system performance benchmark")
|
(synopsis "Scriptable database and system performance benchmark")
|
||||||
(description "@command{sysbench} is a scriptable multi-threaded benchmark
|
(description "@command{sysbench} is a scriptable multi-threaded benchmark
|
||||||
|
|
Reference in New Issue