From 36f516bfcdf64185f5d70c21a908283be22a34fd Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Sat, 23 Nov 2024 19:27:09 +0300 Subject: gnu: bootterm: Improve the package style. * gnu/packages/terminals.scm (bootterm): Improve the package style. Change-Id: If7c5fc9a51402c9e3fd43c54c5302a937cb5d766 --- gnu/packages/terminals.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 6cf0d01607..932fcf0e3a 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1740,8 +1740,8 @@ terminal. Note that you need support for OpenGL 3.2 or higher.") (delete 'configure) (add-after 'install 'install-doc (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (doc (string-append out "/share/doc/" #$name "-" #$version))) + (let ((doc (format #f "~a/share/doc/~a-~a" + #$output #$name #$version))) (install-file "README.md" doc))))))) (home-page "https://github.com/wtarreau/bootterm") (synopsis "Serial terminal") -- cgit v1.2.3