gnu: xsecurelock: Use pandoc instead of ghc-pandoc.

* gnu/packages/xdisorg.scm (xsecurelock)[native-inputs]: Replace ghc-pandoc
with pandoc.
This commit is contained in:
Ricardo Wurmus 2020-08-15 09:29:12 +02:00
parent be672e2dc6
commit 47908a75f5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2020,7 +2020,7 @@ (define-public xsecurelock
"--with-xkb"
"--with-default-authproto-module=/run/setuid-programs/authproto_pam")))
(native-inputs
`(("pandoc" ,ghc-pandoc)
`(("pandoc" ,pandoc)
("pkg-config" ,pkg-config)))
(inputs
`(("fontconfig" ,fontconfig)