gnu: nuspell: Remove unnecessary inputs.
* gnu/packages/enchant.scm (nuspell)[native-inputs]: Remove GIT-MINIMAL and PERL. [inputs]: remove BOOST. Change-Id: I1847e4c68a5c40c5ebae75a0bbe651384250d8a7
This commit is contained in:
		
							parent
							
								
									01d7ce85c8
								
							
						
					
					
						commit
						53aa1677cf
					
				
					 1 changed files with 1 additions and 6 deletions
				
			
		| 
						 | 
					@ -55,12 +55,7 @@
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "05j1hmczy6v9dyxp77vxhgyl7y5hff3v45vlp86gyh7m9lgqpmra"))))
 | 
					        (base32 "05j1hmczy6v9dyxp77vxhgyl7y5hff3v45vlp86gyh7m9lgqpmra"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs (list catch2-3 pkg-config))
 | 
				
			||||||
     (list catch2-3
 | 
					 | 
				
			||||||
           git-minimal
 | 
					 | 
				
			||||||
           perl
 | 
					 | 
				
			||||||
           pkg-config))
 | 
					 | 
				
			||||||
    (inputs (list boost))
 | 
					 | 
				
			||||||
    (propagated-inputs (list icu4c))
 | 
					    (propagated-inputs (list icu4c))
 | 
				
			||||||
    (synopsis "Fast and safe spellchecking C++ library")
 | 
					    (synopsis "Fast and safe spellchecking C++ library")
 | 
				
			||||||
    (description "Nuspell is a fast and safe spelling checker software
 | 
					    (description "Nuspell is a fast and safe spelling checker software
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue