gnu: aide: Provide libpcre.a and libz.a.
* gnu/packages/admin.scm (aide)[inputs]: Add PCRE:STATIC and ZLIB:STATIC.
This commit is contained in:
		
							parent
							
								
									05a5721f06
								
							
						
					
					
						commit
						7d9d521fbc
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -125,7 +125,9 @@
 | 
				
			||||||
     `(("libgcrypt" ,libgcrypt)
 | 
					     `(("libgcrypt" ,libgcrypt)
 | 
				
			||||||
       ("libgpg-error" ,libgpg-error)
 | 
					       ("libgpg-error" ,libgpg-error)
 | 
				
			||||||
       ("libmhash" ,libmhash)
 | 
					       ("libmhash" ,libmhash)
 | 
				
			||||||
 | 
					       ("pcre:static" ,pcre "static")
 | 
				
			||||||
       ("pcre" ,pcre)
 | 
					       ("pcre" ,pcre)
 | 
				
			||||||
 | 
					       ("zlib:static" ,zlib "static")
 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					       ("zlib" ,zlib)))
 | 
				
			||||||
    (synopsis "File and directory integrity checker")
 | 
					    (synopsis "File and directory integrity checker")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue