mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
be672e2dc6
commit
47908a75f5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue