mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Remove font-ubuntu.
The Ubuntu Font License has not been approved by the FSF and is considered non-free by Debian and Fedora, see <https://bugs.gnu.org/48802>. * gnu/packages/fonts.scm (font-ubuntu): Removed variable.
This commit is contained in:
parent
80a6de6b3a
commit
a923127d30
1 changed files with 0 additions and 24 deletions
|
@ -119,30 +119,6 @@ (define-public font-inconsolata
|
|||
in print. With attention to detail for high resolution rendering.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public font-ubuntu
|
||||
(package
|
||||
(name "font-ubuntu")
|
||||
(version "0.83")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://salsa.debian.org/fonts-team/fonts-ubuntu")
|
||||
(commit (string-append "upstream/" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d2xrjpxy70f3nsgqiggwv6pj06qglf5vj2847pqx60w3ygi903g"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "http://font.ubuntu.com/")
|
||||
(synopsis "The Ubuntu Font Family")
|
||||
(description "The Ubuntu Font Family is a unique, custom designed font
|
||||
that has a very distinctive look and feel. This package provides the
|
||||
TrueType (TTF) files.")
|
||||
(license
|
||||
(license:non-copyleft
|
||||
"http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt"
|
||||
"Ubuntu Font License v1.0"))))
|
||||
|
||||
(define-public font-dejavu
|
||||
(package
|
||||
(name "font-dejavu")
|
||||
|
|
Loading…
Reference in a new issue