gnu: mariadb: Return #t from all phases.

* gnu/packages/databases.scm (mariadb)[arguments]: Return #t from
the 'post-install' phase.
master
Mark H Weaver 2018-03-23 03:09:46 -04:00
parent ff57d5b18e
commit 841ee2a878
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -682,7 +682,8 @@ Language.")
(with-directory-excursion out
(for-each delete-file-recursively
'("data" "mysql-test" "sql-bench"
"share/man/man1/mysql-test-run.pl.1")))))))))
"share/man/man1/mysql-test-run.pl.1")))
#t))))))
(native-inputs
`(("bison" ,bison)
("perl" ,perl)))