mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
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:
parent
47908a75f5
commit
97aa6a07a4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue