From cfe92d6ee17524f460295eb8dd9095ba7aee8375 Mon Sep 17 00:00:00 2001 From: Simon South Date: Fri, 3 Feb 2023 07:43:08 -0500 Subject: gnu: font-space-grotesk: Remove obsolete phase. * gnu/packages/fonts.scm (font-space-grotesk)[arguments]: Remove along with obsolete "install-license-files" phase. --- gnu/packages/fonts.scm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 172b32428e..a95b4d4412 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -2033,15 +2033,6 @@ most CJK characters are same height, and double width as ASCII characters."))) (base32 "1aiivn0rl7ydiyqvsr0fa2hx82h3br3x48w3100fcly23n0fdcby")))) (build-system font-build-system) ;; TODO: Package fontmake and gftools and build from source. - (arguments - `(#:phases - (modify-phases %standard-phases - (replace 'install-license-files - (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (doc (string-append out "/share/doc/" ,name "-" ,version))) - (install-file "OFL.txt" doc) - #t)))))) (home-page "https://floriankarsten.github.io/space-grotesk/") (synopsis "Proportional variant of the fixed-width Space Mono family") (description -- cgit v1.2.3