gnu: r-loo: Use pandoc and pandoc-citeproc instead of the libraries.
* gnu/packages/cran.scm (r-loo)[inputs]: Replace ghc-pandoc with pandoc, and ghc-pandoc-citeproc with pandoc-citeproc.
This commit is contained in:
		
							parent
							
								
									4b3af162af
								
							
						
					
					
						commit
						a749dc9403
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -21266,8 +21266,8 @@ recommendations for developers.") | |||
|     (properties `((upstream-name . "loo"))) | ||||
|     (build-system r-build-system) | ||||
|     (inputs | ||||
|      `(("pandoc" ,ghc-pandoc) | ||||
|        ("pandoc-citeproc" ,ghc-pandoc-citeproc))) | ||||
|      `(("pandoc" ,pandoc) | ||||
|        ("pandoc-citeproc" ,pandoc-citeproc))) | ||||
|     (propagated-inputs | ||||
|      `(("r-checkmate" ,r-checkmate) | ||||
|        ("r-matrixstats" ,r-matrixstats))) | ||||
|  |  | |||
		Reference in a new issue