[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: lr: Add comment about there not being tests.
From: |
guix-commits |
Subject: |
02/02: gnu: lr: Add comment about there not being tests. |
Date: |
Mon, 15 Jul 2024 17:22:06 -0400 (EDT) |
jgart pushed a commit to branch master
in repository guix.
commit 0e5e3edec51911315b57144f32a8fe2856d57283
Author: jgart <jgart@dismail.de>
AuthorDate: Mon Jul 15 16:18:56 2024 -0500
gnu: lr: Add comment about there not being tests.
* gnu/packages/admin.scm (lr) [arguments]: Add comment.
Change-Id: I067ad3171a29f5f58c40ad62a4b79f19e95c9a21
---
gnu/packages/admin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5a9ca2f638..ae0637fd2c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2728,7 +2728,7 @@ environment variable is set and output is to tty.")
(base32 "0qixmvxikyz02348xc0a718m9b1pzcazvf36rjbdk6ayn66g9hsd"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f
+ `(#:tests? #f ; There are no tests.
#:make-flags (list (string-append "CC=" ,(cc-for-target))
(string-append "PREFIX=" %output))
#:phases (modify-phases %standard-phases