mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: font-go: Remove reference to 'go-1.4'.
This avoids circular references at the top level. * gnu/packages/fonts.scm (font-go)[license]: Remove reference to GO-1.4.
This commit is contained in:
parent
84342e2fa9
commit
87f057c46e
1 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,6 @@ (define-module (gnu packages fonts)
|
|||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages fontutils)
|
||||
#:use-module (gnu packages golang)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages python)
|
||||
|
@ -987,7 +986,7 @@ (define-public font-go
|
|||
Holmes type foundry, released under the same license as the Go programming
|
||||
language. It includes a set of proportional, sans-serif fonts, and a set of
|
||||
monospace, slab-serif fonts.")
|
||||
(license (package-license go-1.4)))))
|
||||
(license license:bsd-3))))
|
||||
|
||||
(define-public font-google-material-design-icons
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue