gnu: pandoc-citeproc: Separate outputs.
This removes unnecessary references to Haskell packages for the statically built executable. * gnu/packages/haskell-xyz.scm (pandoc-citeproc)[outputs]: Add "lib" and "doc" outputs.master
parent
c16628ea6e
commit
ace3af2b80
|
@ -9581,6 +9581,7 @@ getDataFileName name = do
|
||||||
("pandoc" ,pandoc "lib")
|
("pandoc" ,pandoc "lib")
|
||||||
,@all-static-inputs
|
,@all-static-inputs
|
||||||
,@direct-inputs)))
|
,@direct-inputs)))
|
||||||
|
(outputs '("out" "lib" "static" "doc"))
|
||||||
(synopsis "Pandoc filter for bibliographic references")))
|
(synopsis "Pandoc filter for bibliographic references")))
|
||||||
|
|
||||||
(define-public ghc-pandoc-types
|
(define-public ghc-pandoc-types
|
||||||
|
|
Reference in New Issue