gnu: inetutils: Use /var as the localstatedir.
* gnu/packages/admin.scm (inetutils)[arguments]: Add #:configure-flags.
This commit is contained in:
		
							parent
							
								
									309e523e8f
								
							
						
					
					
						commit
						e4a01b7d4d
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -239,7 +239,9 @@ re-executing them as necessary.")
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "05n65k4ixl85dc6rxc51b1b732gnmm8xnqi424dy9f1nz7ppb3xy"))))
 | 
					               "05n65k4ixl85dc6rxc51b1b732gnmm8xnqi424dy9f1nz7ppb3xy"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments `(;; FIXME: `tftp.sh' relies on `netstat' from utils-linux,
 | 
					    (arguments `(#:configure-flags '("--localstatedir=/var")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                 ;; FIXME: `tftp.sh' relies on `netstat' from utils-linux,
 | 
				
			||||||
                 ;; which is currently missing.
 | 
					                 ;; which is currently missing.
 | 
				
			||||||
                 #:tests? #f))
 | 
					                 #:tests? #f))
 | 
				
			||||||
    (inputs `(("ncurses" ,ncurses)
 | 
					    (inputs `(("ncurses" ,ncurses)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue