me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/linux.scm (earlyoom)[native-inputs]: Use pandoc instead of
ghc-pandoc.
master
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
1 changed files with 2 additions and 2 deletions

View File

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