1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 03:30:30 +02:00

gnu: light: Return #t from phase.

* gnu/packages/linux.scm (light)[arguments]: End ‘patch-makefile’ phase
with #t.
This commit is contained in:
Tobias Geerinckx-Rice
2018-06-15 02:51:39 +02:00
parent a756fa5ac0
commit d41a5f826d

View File

@@ -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")