gnu: emacs-constants: Factorize home-page in source URL.
* gnu/packages/emacs.scm (emacs-constants): Move 'home-page' above. Use it in 'uri'.
This commit is contained in:
parent
4f04243405
commit
a9e41d2faf
|
@ -1410,17 +1410,17 @@ identifiers in the MIT-Scheme documentation.")
|
||||||
(package
|
(package
|
||||||
(name "emacs-constants")
|
(name "emacs-constants")
|
||||||
(version "2.2")
|
(version "2.2")
|
||||||
|
(home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(file-name (string-append name "-" version ".el"))
|
(file-name (string-append name "-" version ".el"))
|
||||||
(method uncompressed-file-fetch)
|
(method uncompressed-file-fetch)
|
||||||
(uri "https://staff.fnwi.uva.nl/c.dominik/Tools/constants/constants.el")
|
(uri (string-append home-page "/constants.el")) ;FIXME: unversioned URI
|
||||||
(patches (search-patches "emacs-constants-lisp-like.patch"))
|
(patches (search-patches "emacs-constants-lisp-like.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14q094aphsjhq8gklv7i5a7byl0ygz63cv3n6b5p8ji2jy0mnnw3"))))
|
"14q094aphsjhq8gklv7i5a7byl0ygz63cv3n6b5p8ji2jy0mnnw3"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
|
|
||||||
(synopsis "Enter definition of constants into an Emacs buffer")
|
(synopsis "Enter definition of constants into an Emacs buffer")
|
||||||
(description
|
(description
|
||||||
"This package provides functions for inserting the definition of natural
|
"This package provides functions for inserting the definition of natural
|
||||||
|
|
Loading…
Reference in New Issue