gnu: xsecurelock: Use pandoc instead of ghc-pandoc.
* gnu/packages/xdisorg.scm (xsecurelock)[native-inputs]: Replace ghc-pandoc with pandoc.master
parent
be672e2dc6
commit
47908a75f5
|
@ -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)
|
||||||
|
|
Reference in New Issue