summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-06-06 13:05:33 +0300
committerEfraim Flashner <efraim@flashner.co.il>2024-06-06 15:10:41 +0300
commit3d5f4b2d7dda29d749128fbe80f6ad28f52f09b1 (patch)
treec7e0af95c6ec0e60dfe357a9dbae65e860ea3b7d
parent9eef9cd8ade71fd25e5c407c17e009d421968992 (diff)
downloadguix-patches-base-for-issue-70780.tar
guix-patches-base-for-issue-70780.tar.gz
* gnu/packages/fontutils.scm (fontforge-20190801): Delete variable. Change-Id: I65b148f77468a46e4c40a57ffdd44b3e43321449
-rw-r--r--gnu/packages/fontutils.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index dcce09bd0e..f82b7d1bf9 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1709,32 +1709,6 @@ generate bitmaps.")
(license license:gpl3+)
(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
(package
(name "python-statmake")