gnu: tlp: Return #t from phases.

* gnu/packages/linux.scm (tlp)[argument]: Return #t all from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-10 23:54:17 +02:00
parent 43abffa1a3
commit 272fc9dca3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4250,12 +4250,14 @@ (define-public tlp
(setenv "TLP_SHCPL"
(string-append out "/share/bash-completion/completions"))
(setenv "TLP_MAN" (string-append out "/share/man"))
(setenv "TLP_META" (string-append out "/share/metainfo")))))
(setenv "TLP_META" (string-append out "/share/metainfo"))
#t)))
(delete 'check) ; no tests
(add-before 'install 'fix-installation
(lambda _
;; Stop the Makefile from trying to create system directories.
(substitute* "Makefile" (("\\[ -f \\$\\(_CONF\\) \\]") "#"))))
(substitute* "Makefile" (("\\[ -f \\$\\(_CONF\\) \\]") "#"))
#t))
(replace 'install
(lambda _
(invoke "make" "install-tlp" "install-man")
@ -4289,7 +4291,8 @@ (define (sbin-directory input-name)
"pciutils"
"rfkill"
"wireless-tools"))))))
bin-files)))))))
bin-files)
#t))))))
(home-page "http://linrunner.de/en/tlp/tlp.html")
(synopsis "Power management tool for Linux")
(description "TLP is a power management tool for Linux. It comes with