gnu: libtirpc: Always return #t from phases.

* gnu/packages/onc-rpc.scm (libtirpc)[arguments]: End phase with #t.
master
Tobias Geerinckx-Rice 2018-03-17 19:39:48 +01:00
parent 12c069dbcf
commit 86ce44c503
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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")