summaryrefslogtreecommitdiff
path: root/gnu/packages/fonts.scm
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2021-06-03 08:26:23 +0200
committerLeo Prikler <leo.prikler@student.tugraz.at>2021-06-03 08:29:04 +0200
commita923127d3051841e4187ee5e817f6c85e6387c3e (patch)
tree76501df1add86d93f8beba10a213d79866319745 /gnu/packages/fonts.scm
parent80a6de6b3ae2cdedb1b7fedc7d14e0ae67a2f8f2 (diff)
downloadguix-patches-a923127d3051841e4187ee5e817f6c85e6387c3e.tar
guix-patches-a923127d3051841e4187ee5e817f6c85e6387c3e.tar.gz
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.
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r--gnu/packages/fonts.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c2280565ab..973393acc4 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -119,30 +119,6 @@ well as other mediums.")
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")