mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: lr: Add comment about there not being tests.
* gnu/packages/admin.scm (lr) [arguments]: Add comment. Change-Id: I067ad3171a29f5f58c40ad62a4b79f19e95c9a21
This commit is contained in:
parent
a99c9d188f
commit
0e5e3edec5
1 changed files with 1 additions and 1 deletions
|
@ -2728,7 +2728,7 @@ (define-public lr
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue