gnu: ghc-libyaml: Use libyaml+static.
This is necessary to build static libraries that are used in the static build of pandoc-citeproc. * gnu/packages/haskell-xyz.scm (ghc-libyaml)[inputs]: Replace libyaml with libyaml+static. [arguments]: Adjust directory name.
This commit is contained in:
		
							parent
							
								
									5eede29da4
								
							
						
					
					
						commit
						bb071237f2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7211,11 +7211,11 @@ compiler versions.")
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags `("--flags=system-libyaml")
 | 
					     `(#:configure-flags `("--flags=system-libyaml")
 | 
				
			||||||
       #:extra-directories ("libyaml")))
 | 
					       #:extra-directories ("libyaml+static")))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-conduit" ,ghc-conduit)
 | 
					     `(("ghc-conduit" ,ghc-conduit)
 | 
				
			||||||
       ("ghc-resourcet" ,ghc-resourcet)
 | 
					       ("ghc-resourcet" ,ghc-resourcet)
 | 
				
			||||||
       ("libyaml" ,libyaml)))
 | 
					       ("libyaml+static" ,libyaml+static)))
 | 
				
			||||||
    (home-page "https://github.com/snoyberg/yaml#readme")
 | 
					    (home-page "https://github.com/snoyberg/yaml#readme")
 | 
				
			||||||
    (synopsis "Low-level, streaming YAML interface.")
 | 
					    (synopsis "Low-level, streaming YAML interface.")
 | 
				
			||||||
    (description "This package provides a Haskell wrapper over the
 | 
					    (description "This package provides a Haskell wrapper over the
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue