[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: bootterm: Improve the package style.
From: |
guix-commits |
Subject: |
branch master updated: gnu: bootterm: Improve the package style. |
Date: |
Sat, 23 Nov 2024 11:28:28 -0500 |
This is an automated email from the git hooks/post-receive script.
avp pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 36f516bfcd gnu: bootterm: Improve the package style.
36f516bfcd is described below
commit 36f516bfcdf64185f5d70c21a908283be22a34fd
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sat Nov 23 19:27:09 2024 +0300
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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: bootterm: Improve the package style.,
guix-commits <=