gnu: gnutls: Add dependency on util-linux.
* gnu/packages/tls.scm (gnutls)[native-inputs]: Add UTIL-LINUX.
This commit is contained in:
		
							parent
							
								
									b6aedea9cc
								
							
						
					
					
						commit
						971c8bb0a6
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -226,7 +226,8 @@ living in the same process.")
 | 
				
			||||||
     `(("net-tools" ,net-tools)
 | 
					     `(("net-tools" ,net-tools)
 | 
				
			||||||
       ("pkg-config" ,pkg-config)
 | 
					       ("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("which" ,which)
 | 
					       ("which" ,which)
 | 
				
			||||||
       ("datefudge" ,datefudge)))                 ;tests rely on 'datefudge'
 | 
					       ("datefudge" ,datefudge)                   ;tests rely on 'datefudge'
 | 
				
			||||||
 | 
					       ("util-linux" ,util-linux)))               ;one test needs 'setsid'
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("guile" ,guile-2.2)))
 | 
					     `(("guile" ,guile-2.2)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue