diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fonts.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 30d852e06b..32f777549f 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2668,7 +2668,8 @@ have been designed to be very distinguishable from each other.") (base32 "13133kpa1ndsji9yq5ppkds5yq2y094qvrv2f83ah74p40sz9hm6")))) (build-system font-build-system) (arguments - `(#:phases + `(#:license-file-regexp "^DSEG-LICENSE.txt$" + #:phases (modify-phases %standard-phases (replace 'install (lambda* (#:key outputs #:allow-other-keys) |