me
/
guix
Archived
1
0
Fork 0

gnu: antiword: Use Web Archive URLs.

* gnu/packages/textutils.scm (antiword)[source, home-page]:
Use copies archived by the Wayback Machine.
master
Tobias Geerinckx-Rice 2023-07-09 02:00:00 +02:00
parent 5cbb60562d
commit b29bd4d35e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 2 deletions

View File

@ -606,7 +606,9 @@ regular expression object can be specified.")
(version "0.37") (version "0.37")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.winfield.demon.nl/linux" ;; Development stopped in 2005; as of 2023 the home page 404s.
(uri (string-append "https://web.archive.org/web/20200621222738/"
"http://www.winfield.demon.nl/linux"
"/antiword-" version ".tar.gz")) "/antiword-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
@ -634,7 +636,8 @@ regular expression object can be specified.")
(replace 'install (replace 'install
(lambda* (#:key make-flags #:allow-other-keys) (lambda* (#:key make-flags #:allow-other-keys)
(apply invoke "make" `("global_install" ,@make-flags))))))) (apply invoke "make" `("global_install" ,@make-flags)))))))
(home-page "http://www.winfield.demon.nl/") (home-page (string-append "https://web.archive.org/web/20220121050627/"
"http://www.winfield.demon.nl"))
(synopsis "Microsoft Word document reader") (synopsis "Microsoft Word document reader")
(description "Antiword is an application for displaying Microsoft Word (description "Antiword is an application for displaying Microsoft Word
documents. It can also convert the document to PostScript or XML. Only documents. It can also convert the document to PostScript or XML. Only