diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-08-15 09:29:12 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-15 09:29:12 +0200 |
commit | 47908a75f5c6b1c8e7d4aa47d7bceca51b58694b (patch) | |
tree | 5db22926e9b3bb666005caad06ad28ea1fe9ddf3 /gnu/packages/xdisorg.scm | |
parent | be672e2dc6357c00f179a37c1db71b48dfa4fa24 (diff) | |
download | guix-47908a75f5c6b1c8e7d4aa47d7bceca51b58694b.tar guix-47908a75f5c6b1c8e7d4aa47d7bceca51b58694b.tar.gz |
gnu: xsecurelock: Use pandoc instead of ghc-pandoc.
* gnu/packages/xdisorg.scm (xsecurelock)[native-inputs]: Replace ghc-pandoc
with pandoc.
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 2c34b95d74..5d7b39451c 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2020,7 +2020,7 @@ temperature of the screen.") "--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) |