guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/10: gnu: guile-dbi: Do not return #t from custom phases.


From: guix-commits
Subject: 04/10: gnu: guile-dbi: Do not return #t from custom phases.
Date: Sun, 3 Oct 2021 10:19:52 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 362e33700d2fbb17a7435241858acb5375b78fbe
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Wed Sep 8 16:27:44 2021 +0530

    gnu: guile-dbi: Do not return #t from custom phases.
    
    * gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not return #t from
    custom phases.
---
 gnu/packages/guile-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index b5e2b86..66bcab0 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1549,8 +1549,7 @@ library}.")
                                              (assoc-ref inputs "guile"))
                                             "/dbi/dbi.scm"))
                     (ext (string-append out "/lib/libguile-dbi")))
-               (substitute* dbi.scm (("libguile-dbi") ext))
-               #t))))))
+               (substitute* dbi.scm (("libguile-dbi") ext))))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]