~ruther/guix-local

c9dba6c114580b0fabdb46bb9621c568c1958804 — Leo Famulari 8 years ago 4741533
gnu: openldap: Use modify-phases.

* gnu/packages/openldap.scm (openldap)[arguments]: Use modify-phases syntax.
1 files changed, 4 insertions(+), 4 deletions(-)

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