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:
Mark H Weaver 2018-03-23 03:18:24 -04:00
parent 5f70b6d4e8
commit a0b06671c6
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -596,7 +596,8 @@ (define-public mysql
(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)