gnu: openldap: Use modify-phases.

* gnu/packages/openldap.scm (openldap)[arguments]: Use modify-phases syntax.
This commit is contained in:
Leo Famulari 2017-06-03 16:18:48 -04:00
parent 47415332d7
commit c9dba6c114
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 4 deletions

View File

@ -70,10 +70,10 @@
(arguments (arguments
`(#:tests? #f `(#:tests? #f
#:phases #:phases
(alist-cons-after (modify-phases %standard-phases
'configure 'provide-libtool (add-after 'configure 'provide-libtool
(lambda _ (copy-file (which "libtool") "libtool")) (lambda _ (copy-file (which "libtool") "libtool")
%standard-phases))) #t)))))
(synopsis "Implementation of the Lightweight Directory Access Protocol") (synopsis "Implementation of the Lightweight Directory Access Protocol")
(description (description
"OpenLDAP is a free implementation of the Lightweight Directory Access Protocol.") "OpenLDAP is a free implementation of the Lightweight Directory Access Protocol.")