gnu: zabbix-server: Don't install agent.
* gnu/packages/monitoring.scm (zabbix-server)[arguments]: Delete "--enable-agent" from #:configure-flags.
This commit is contained in:
		
							parent
							
								
									008a0f87c3
								
							
						
					
					
						commit
						ed04a61e0b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -231,7 +231,7 @@ solution (client-side agent)")
 | 
				
			||||||
                        "--with-libcurl"
 | 
					                        "--with-libcurl"
 | 
				
			||||||
                        (string-append "--with-zlib="
 | 
					                        (string-append "--with-zlib="
 | 
				
			||||||
                                       (assoc-ref %build-inputs "zlib")))
 | 
					                                       (assoc-ref %build-inputs "zlib")))
 | 
				
			||||||
                  #$flags))))
 | 
					                  (delete "--enable-agent" #$flags)))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (modify-inputs (package-inputs zabbix-agentd)
 | 
					     (modify-inputs (package-inputs zabbix-agentd)
 | 
				
			||||||
       (prepend curl
 | 
					       (prepend curl
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue