mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: musl: Install license file.
* gnu/packages/musl.scm (musl)[arguments]: Add license-file-regexp. Change-Id: Ia996c918f260ebdebe47c244bb7c95eaf3e63292
This commit is contained in:
parent
18b3e5ebb8
commit
93392a4d59
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ (define-public musl
|
|||
(list #:tests? #f ; musl has no tests
|
||||
#:configure-flags
|
||||
#~(list "--enable-wrapper=all"
|
||||
(string-append "--syslibdir=" #$output "/lib"))))
|
||||
(string-append "--syslibdir=" #$output "/lib"))
|
||||
#:license-file-regexp "COPYRIGHT"))
|
||||
(inputs (list bash-minimal))
|
||||
(synopsis "Small C standard library")
|
||||
(description "musl is a simple and lightweight C standard library. It
|
||||
|
|
Loading…
Reference in a new issue