gnu: mysql: Return #t from all phases.
* gnu/packages/databases.scm (mysql)[arguments]: Return #t from the 'patch-boost-version' phase.
This commit is contained in:
parent
5f70b6d4e8
commit
a0b06671c6
|
@ -596,7 +596,8 @@ RDBMS systems (which are deep in functionality).")
|
|||
(substitute* "cmake/boost.cmake"
|
||||
(("59")
|
||||
,(match (string-split (package-version boost) #\.)
|
||||
((_ minor . _) minor))))))
|
||||
((_ minor . _) minor))))
|
||||
#t))
|
||||
(add-after
|
||||
'install 'remove-extra-binaries
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in New Issue