Revert "gnu: font-awesome: Update to 5.7.2."
This reverts commit 590b989c95
.
This commit is contained in:
parent
ef5fa91ccc
commit
848b3749b2
|
@ -971,17 +971,19 @@ correct spacing.")
|
||||||
(define-public font-awesome
|
(define-public font-awesome
|
||||||
(package
|
(package
|
||||||
(name "font-awesome")
|
(name "font-awesome")
|
||||||
(version "5.7.2")
|
;; XXX The build scripts of version 5 are not freely licensed and
|
||||||
|
;; so we have to stick with version 4 for now:
|
||||||
|
;; <https://bugs.gnu.org/32916>
|
||||||
|
(version "4.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "http://fontawesome.io/assets/"
|
||||||
"https://use.fontawesome.com/releases/v" version "/"
|
name "-" version ".zip"))
|
||||||
"fontawesome-free-" version "-desktop.zip"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v8nfyjkzgi33i5arpjqzs16mgh2hx02sf906b8a9k1k7yfqpbgs"))))
|
"1m1rfwm4sjkv10j3xd2dhwk286a5912b2zgvc692cmxi5gxs68jf"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "https://fontawesome.com")
|
(home-page "http://fontawesome.io")
|
||||||
(synopsis "Font that contains a rich iconset")
|
(synopsis "Font that contains a rich iconset")
|
||||||
(description
|
(description
|
||||||
"Font Awesome is a full suite of pictographic icons for easy scalable
|
"Font Awesome is a full suite of pictographic icons for easy scalable
|
||||||
|
|
Loading…
Reference in New Issue