guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: rpcbind: Build with libnsl.


From: Leo Famulari
Subject: 03/05: gnu: rpcbind: Build with libnsl.
Date: Wed, 10 Jan 2018 03:18:51 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit 03674a7ca2876271c2514670d1bf1f81e6f0edee
Author: Leo Famulari <address@hidden>
Date:   Wed Jan 3 18:48:43 2018 -0500

    gnu: rpcbind: Build with libnsl.
    
    * gnu/packages/onc-rpc.scm (rpcbind)[inputs]: Add libnsl.
---
 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 e945037..5997571 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -87,7 +87,8 @@ IPv4 and IPv6.  ONC RPC is notably used by the network file 
system (NFS).")
      `(#:configure-flags
        `("--with-systemdsystemunitdir=no" "--enable-warmstarts")))
     (inputs
-     `(("libtirpc" ,libtirpc)))
+     `(("libnsl" ,libnsl)
+       ("libtirpc" ,libtirpc)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "http://rpcbind.sourceforge.net/";)



reply via email to

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