gnu: Remove fontforge-20190801.
* gnu/packages/fontutils.scm (fontforge-20190801): Delete variable. Change-Id: I65b148f77468a46e4c40a57ffdd44b3e43321449master
parent
9eef9cd8ad
commit
3d5f4b2d7d
|
@ -1709,32 +1709,6 @@ generate bitmaps.")
|
||||||
(license license:gpl3+)
|
(license license:gpl3+)
|
||||||
(home-page "https://fontforge.github.io")))
|
(home-page "https://fontforge.github.io")))
|
||||||
|
|
||||||
;; This is the last version that supports Python 2, which is needed for
|
|
||||||
;; GNU FreeFont. Remove once no longer required.
|
|
||||||
(define-public fontforge-20190801
|
|
||||||
(package
|
|
||||||
(inherit fontforge)
|
|
||||||
(version "20190801")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://github.com/fontforge/fontforge/releases/download/"
|
|
||||||
version "/fontforge-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "0lh8yx01asbzxm6car5cfi64njh5p4lxc7iv8dldr5rwg357a86r"))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments fontforge)
|
|
||||||
((#:configure-flags _)
|
|
||||||
#~'())
|
|
||||||
((#:phases phases)
|
|
||||||
#~(modify-phases #$phases
|
|
||||||
(delete 'do-not-override-RPATH)))))
|
|
||||||
(inputs
|
|
||||||
(modify-inputs (package-inputs fontforge)
|
|
||||||
(prepend libuninameslist)
|
|
||||||
(replace "python" python-2)))))
|
|
||||||
|
|
||||||
(define-public python-statmake
|
(define-public python-statmake
|
||||||
(package
|
(package
|
||||||
(name "python-statmake")
|
(name "python-statmake")
|
||||||
|
|
Reference in New Issue