~ruther/guix-local

3245258fe2e17829d1dd91fe7ab83d486afa118d — Simon South 3 years ago f98d63d
gnu: font-space-grotesk: Remove obsolete phase.

* gnu/packages/fonts.scm (font-space-grotesk)[arguments]: Remove along with
obsolete "install-license-files" phase.
1 files changed, 0 insertions(+), 9 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +0 -9
@@ 2189,15 2189,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