aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2023-02-03 07:43:02 -0500
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:31 +0200
commitb8e0221e618c825c13a8bd7bcedde79a7c3e0700 (patch)
treeab941c8ba7960cb2629de5aca3714d444e27142a /gnu
parent1deee60b1a6180621fc310c906684bc3b431d681 (diff)
downloadguix-b8e0221e618c825c13a8bd7bcedde79a7c3e0700.tar.gz
guix-b8e0221e618c825c13a8bd7bcedde79a7c3e0700.zip
gnu: font-linuxlibertine: Install all license files.
* gnu/packages/fonts.scm (font-linuxlibertine)[arguments] <#:license-file-regexp>: Add.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fonts.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 21cd3430d4..0cc47f40e9 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -594,7 +594,8 @@ and Bitstream Vera Sans Mono).
"0x7cz6hvhpil1rh03rax9zsfzm54bh7r4bbrq8rz673gl9h47v0v"))))
(build-system font-build-system)
(arguments
- `(#:phases
+ `(#:license-file-regexp "^(GPL|LICENCE|OFL-1\\.1)\\.txt$"
+ #:phases
(modify-phases %standard-phases
(add-before 'install 'build
(lambda _