summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-04-17 16:10:46 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-04-30 12:35:55 +0300
commit427439526ccca3bbf8be74205e3245f91aa13cdc (patch)
treeddf20ec853a56a6a983b90d05e4523ac458220cd
parent7e1d6bb247c617120e76ea922192f84830594386 (diff)
gnu: sysbench: Build with mariadb.
* gnu/packages/benchmark.scm (sysbench)[arguments]: Remove mysql flag. [inputs]: Remove mysql. Add mariadb:dev.
-rw-r--r--gnu/packages/benchmark.scm9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 733078d875b..8840100d68e 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -612,13 +612,6 @@ its features are:
612 (arguments 612 (arguments
613 (list 613 (list
614 #:configure-flags #~(list "--with-pgsql" 614 #:configure-flags #~(list "--with-pgsql"
615 ;; Explicitly specify the library directory of
616 ;; MySQL, otherwise `mysql_config` gets
617 ;; consulted and adds unnecessary link
618 ;; directives.
619 (string-append "--with-mysql-libs="
620 #$(this-package-input "mysql")
621 "/lib")
622 "--with-system-luajit" 615 "--with-system-luajit"
623 "--with-system-ck" 616 "--with-system-ck"
624 ;; If we let the build tool select the most 617 ;; If we let the build tool select the most
@@ -659,7 +652,7 @@ its features are:
659 libxslt 652 libxslt
660 docbook-xml 653 docbook-xml
661 docbook-xsl)) 654 docbook-xsl))
662 (inputs (list ck libaio luajit mysql postgresql)) 655 (inputs (list ck libaio luajit (list mariadb "dev") postgresql))
663 (home-page "https://github.com/akopytov/sysbench/") 656 (home-page "https://github.com/akopytov/sysbench/")
664 (synopsis "Scriptable database and system performance benchmark") 657 (synopsis "Scriptable database and system performance benchmark")
665 (description "@command{sysbench} is a scriptable multi-threaded benchmark 658 (description "@command{sysbench} is a scriptable multi-threaded benchmark