gnu: tlp: Remove obsolete #t returns.

* gnu/packages/linux.scm (tlp)[arguments]:
Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-08 06:28:25 +01:00
parent 7ed3e2606b
commit c612b619cc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6956,15 +6956,13 @@ (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"))
#t)))
(setenv "TLP_META" (string-append out "/share/metainfo")))))
(add-before 'install 'fix-installation
(lambda _
;; Stop the Makefile from trying to create system directories.
(substitute* "Makefile"
(("\\[ -f \\$\\(_CONFUSR\\) \\]") "#")
(("install -d -m 755 \\$\\(_VAR\\)") "#"))
#t))
(("install -d -m 755 \\$\\(_VAR\\)") "#"))))
(replace 'install
(lambda _ (invoke "make" "install-tlp" "install-man-tlp")))
(add-after 'install 'wrap
@ -7000,8 +6998,7 @@ (define (sbin-directory input-name)
"pciutils"
"rfkill"
"wireless-tools"))))))
bin-files)
#t))))))
bin-files)))))))
(home-page "https://linrunner.de/en/tlp/tlp.html")
(synopsis "Power management tool for Linux")
(description "TLP is a power management tool for Linux. It comes with