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 @@ environment variable is set and output is to tty.")
|
||||||
(base32 "0qixmvxikyz02348xc0a718m9b1pzcazvf36rjbdk6ayn66g9hsd"))))
|
(base32 "0qixmvxikyz02348xc0a718m9b1pzcazvf36rjbdk6ayn66g9hsd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f ; There are no tests.
|
||||||
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
||||||
(string-append "PREFIX=" %output))
|
(string-append "PREFIX=" %output))
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue