gnu: sonnet: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (sonnet)[native-inputs]: Add pkg-config.
This commit is contained in:
		
							parent
							
								
									455a0bf50c
								
							
						
					
					
						commit
						91499e4524
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1271,6 +1271,7 @@ provides uniform access to generation of barcodes with data.")
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("extra-cmake-modules" ,extra-cmake-modules)
 | 
					     `(("extra-cmake-modules" ,extra-cmake-modules)
 | 
				
			||||||
 | 
					       ("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("qttools" ,qttools)))
 | 
					       ("qttools" ,qttools)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("hunspell" ,hunspell)
 | 
					     `(("hunspell" ,hunspell)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue