gnu: mariadb: Return #t from all phases.
* gnu/packages/databases.scm (mariadb)[arguments]: Return #t from the 'post-install' phase.
This commit is contained in:
parent
ff57d5b18e
commit
841ee2a878
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue