diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-10-09 13:12:32 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-10-10 06:18:55 +0300 |
commit | f5aff5b3972b9a3342b1ce807f7ed68289cce74d (patch) | |
tree | 434096353817684ff808c37ebc53181e13f50efc | |
parent | cb3290e72023b94f0ce7d59745f830c4e8e9ad78 (diff) | |
download | guix-f5aff5b3972b9a3342b1ce807f7ed68289cce74d.tar guix-f5aff5b3972b9a3342b1ce807f7ed68289cce74d.tar.gz |
gnu: oksh: Install license file.
* gnu/packages/shells.scm (oksh)[arguments]: Add license-field-regexp
field.
Change-Id: Icb59a66ff7cf163ad435c513c89d49f8389e3704
-rw-r--r-- | gnu/packages/shells.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index fa85704d37..43a1fbb540 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -834,7 +834,8 @@ A @code{andglob} program is also provided along with s.") "0pgdxvy8jgydsyzk7vcc93pm09bihqvrn3i35gz1ncg9z31rbf20")))) (build-system gnu-build-system) (arguments - `(#:tests? #f)) ; there are no tests available + `(#:tests? #f ; there are no tests available + #:license-file-regexp "LEGAL")) (home-page "https://github.com/ibara/oksh") (synopsis "Portable OpenBSD Korn Shell") (description |