rekado pushed a commit to branch master
in repository guix.

commit 97aa6a07a451dd4a0d3870d927ef1aa377599152
Author: Ricardo Wurmus <[email protected]>
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

Reply via email to