guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/16: gnu: light: Return #t from phase.


From: Tobias Geerinckx-Rice
Subject: 15/16: gnu: light: Return #t from phase.
Date: Fri, 15 Jun 2018 03:57:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d41a5f826dcc4ec86a30f401711201a5650bc72e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 15 02:51:39 2018 +0200

    gnu: light: Return #t from phase.
    
    * gnu/packages/linux.scm (light)[arguments]: End ‘patch-makefile’ phase
    with #t.
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index dbf3ab3..5bcb951 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4055,7 +4055,8 @@ monitoring tools for Linux.  These include @code{mpstat}, 
@code{iostat},
          (delete 'configure)            ; no configure script
          (add-after 'unpack 'patch-makefile
            (lambda _
-             (substitute* "Makefile" (("chown") "#")))))))
+             (substitute* "Makefile" (("chown") "#"))
+             #t)))))
     (native-inputs
      `(("help2man" ,help2man)))
     (home-page "https://haikarainen.github.io/light";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]