gnu: rpcbind: Build with libnsl.
* gnu/packages/onc-rpc.scm (rpcbind)[inputs]: Add libnsl.
This commit is contained in:
		
							parent
							
								
									0f7db1d320
								
							
						
					
					
						commit
						03674a7ca2
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -87,7 +87,8 @@ IPv4 and IPv6.  ONC RPC is notably used by the network file system (NFS).")
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
       `("--with-systemdsystemunitdir=no" "--enable-warmstarts")))
 | 
					       `("--with-systemdsystemunitdir=no" "--enable-warmstarts")))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libtirpc" ,libtirpc)))
 | 
					     `(("libnsl" ,libnsl)
 | 
				
			||||||
 | 
					       ("libtirpc" ,libtirpc)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (home-page "http://rpcbind.sourceforge.net/")
 | 
					    (home-page "http://rpcbind.sourceforge.net/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue