mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: libtirpc: Always return #t from phases.
* gnu/packages/onc-rpc.scm (libtirpc)[arguments]: End phase with #t.
This commit is contained in:
parent
12c069dbcf
commit
86ce44c503
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue