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

* gnu/packages/linux.scm (earlyoom)[native-inputs]: Use pandoc instead of
ghc-pandoc.
This commit is contained in:
Ricardo Wurmus 2020-08-15 09:43:04 +02:00
parent 47908a75f5
commit 97aa6a07a4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3224,8 +3224,8 @@ (define-public earlyoom
(string-append "PREFIX=" prefix)
(string-append "SYSCONFDIR=" prefix "/etc")))
#:test-target "test"))
(native-inputs `(("go" ,go) ;for the test suite
("pandoc" ,ghc-pandoc))) ;to generate the manpage
(native-inputs `(("go" ,go) ;for the test suite
("pandoc" ,pandoc))) ;to generate the manpage
(home-page "https://github.com/rfjakob/earlyoom")
(synopsis "Simple out of memory (OOM) daemon for the Linux kernel")
(description "Early OOM is a minimalist out of memory (OOM) daemon that