guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: libtirpc: Always return #t from phases.


From: Tobias Geerinckx-Rice
Subject: 06/07: gnu: libtirpc: Always return #t from phases.
Date: Mon, 19 Mar 2018 08:26:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 86ce44c503cdabe6f8b177e6e66b585e89cb84dd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 17 19:39:48 2018 +0100

    gnu: libtirpc: Always return #t from phases.
    
    * gnu/packages/onc-rpc.scm (libtirpc)[arguments]: End phase with #t.
---
 gnu/packages/onc-rpc.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
index 03d51d9..b2f13fb 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -59,7 +59,8 @@
 
              ;; Remove the dangling symlinks since it breaks the
              ;; 'patch-source-shebangs' file tree traversal.
-             (delete-file "INSTALL"))))))
+             (delete-file "INSTALL")
+             #t)))))
     (inputs `(("mit-krb5" ,mit-krb5)))
     (home-page "https://sourceforge.net/projects/libtirpc/";)
     (synopsis "Transport-independent Sun/ONC RPC implementation")



reply via email to

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