gnu: openconnect: Use only vpnc-scripts.
* gnu/packages/vpn.scm (openconnect)[inputs, arguments]: Substitute ‘vpnc-scripts’ for ‘vpnc’
This commit is contained in:
		
							parent
							
								
									101e67ac20
								
							
						
					
					
						commit
						a6d06e8612
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -209,7 +209,7 @@ the entire VPN in a network namespace accessible only through SSH.")
 | 
				
			||||||
   (inputs
 | 
					   (inputs
 | 
				
			||||||
    `(("libxml2" ,libxml2)
 | 
					    `(("libxml2" ,libxml2)
 | 
				
			||||||
      ("gnutls" ,gnutls)
 | 
					      ("gnutls" ,gnutls)
 | 
				
			||||||
      ("vpnc" ,vpnc)
 | 
					      ("vpnc-scripts" ,vpnc-scripts)
 | 
				
			||||||
      ("zlib" ,zlib)))
 | 
					      ("zlib" ,zlib)))
 | 
				
			||||||
   (native-inputs
 | 
					   (native-inputs
 | 
				
			||||||
    `(("gettext" ,gettext-minimal)
 | 
					    `(("gettext" ,gettext-minimal)
 | 
				
			||||||
| 
						 | 
					@ -217,7 +217,7 @@ the entire VPN in a network namespace accessible only through SSH.")
 | 
				
			||||||
   (arguments
 | 
					   (arguments
 | 
				
			||||||
    `(#:configure-flags
 | 
					    `(#:configure-flags
 | 
				
			||||||
      `(,(string-append "--with-vpnc-script="
 | 
					      `(,(string-append "--with-vpnc-script="
 | 
				
			||||||
                        (assoc-ref %build-inputs "vpnc")
 | 
					                        (assoc-ref %build-inputs "vpnc-scripts")
 | 
				
			||||||
                        "/etc/vpnc/vpnc-script"))))
 | 
					                        "/etc/vpnc/vpnc-script"))))
 | 
				
			||||||
   (synopsis "Client for Cisco VPN")
 | 
					   (synopsis "Client for Cisco VPN")
 | 
				
			||||||
   (description
 | 
					   (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue