gnu: musl: Install license file.

* gnu/packages/musl.scm (musl)[arguments]: Add license-file-regexp.

Change-Id: Ia996c918f260ebdebe47c244bb7c95eaf3e63292
This commit is contained in:
Efraim Flashner 2024-10-06 12:16:27 +03:00
parent 18b3e5ebb8
commit 93392a4d59
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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