[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: earlyoom: Use pandoc instead of ghc-pandoc.
From: |
guix-commits |
Subject: |
02/04: gnu: earlyoom: Use pandoc instead of ghc-pandoc. |
Date: |
Sat, 15 Aug 2020 04:13:48 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 97aa6a07a451dd4a0d3870d927ef1aa377599152
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Aug 15 09:43:04 2020 +0200
gnu: earlyoom: Use pandoc instead of ghc-pandoc.
* gnu/packages/linux.scm (earlyoom)[native-inputs]: Use pandoc instead of
ghc-pandoc.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 27ad887..596f2ca 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3224,8 +3224,8 @@ from the module-init-tools project.")
(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