mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: light: Return #t from phase.
* gnu/packages/linux.scm (light)[arguments]: End ‘patch-makefile’ phase with #t.
This commit is contained in:
parent
a756fa5ac0
commit
d41a5f826d
1 changed files with 2 additions and 1 deletions
|
@ -4055,7 +4055,8 @@ (define-public light
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue