mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: sysbench: Build with mariadb.
* gnu/packages/benchmark.scm (sysbench)[arguments]: Remove mysql flag. [inputs]: Remove mysql. Add mariadb:dev.
This commit is contained in:
parent
7e1d6bb247
commit
427439526c
1 changed files with 1 additions and 8 deletions
|
@ -612,13 +612,6 @@ (define-public sysbench
|
|||
(arguments
|
||||
(list
|
||||
#: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-ck"
|
||||
;; If we let the build tool select the most
|
||||
|
@ -659,7 +652,7 @@ (define-public sysbench
|
|||
libxslt
|
||||
docbook-xml
|
||||
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/")
|
||||
(synopsis "Scriptable database and system performance benchmark")
|
||||
(description "@command{sysbench} is a scriptable multi-threaded benchmark
|
||||
|
|
Loading…
Reference in a new issue