me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xdisorg.scm (xsecurelock)[native-inputs]: Replace ghc-pandoc
with pandoc.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -2020,7 +2020,7 @@ temperature of the screen.")
"--with-xkb" "--with-xkb"
"--with-default-authproto-module=/run/setuid-programs/authproto_pam"))) "--with-default-authproto-module=/run/setuid-programs/authproto_pam")))
(native-inputs (native-inputs
`(("pandoc" ,ghc-pandoc) `(("pandoc" ,pandoc)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("fontconfig" ,fontconfig) `(("fontconfig" ,fontconfig)