gnu: basu: Propagate libcap.
* gnu/packages/freedesktop.scm (basu): Propagate libcap so that pkg-config can find basu's dependency. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
		
							parent
							
								
									d934f36096
								
							
						
					
					
						commit
						6d505fffb4
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -827,7 +827,8 @@ of a the system to know what users are logged in, and where.")
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list pkg-config python gperf))
 | 
					     (list pkg-config python gperf))
 | 
				
			||||||
    (inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     ;; Propagated because of pkg-config
 | 
				
			||||||
     (list libcap))
 | 
					     (list libcap))
 | 
				
			||||||
    (synopsis "The sd-bus library, extracted from systemd")
 | 
					    (synopsis "The sd-bus library, extracted from systemd")
 | 
				
			||||||
    (description "Some projects rely on the sd-bus library for DBus support.
 | 
					    (description "Some projects rely on the sd-bus library for DBus support.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue