mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-font-lock-studio: Follow packaging guidelines.
* gnu/packages/emacs-xyz.scm (emacs-font-lock-studio): Use git-version as outlined in the documentation on version numbers. For the base version, use "0.0.7" as specified in the "Version:" comment in the source and the README.
This commit is contained in:
parent
77a41cb98c
commit
a0461f9fbd
1 changed files with 20 additions and 18 deletions
|
@ -3197,9 +3197,11 @@ that the binary uses instead of the actual binary contents.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-font-lock-studio
|
(define-public emacs-font-lock-studio
|
||||||
|
(let ((commit "12c35967b31233e06946c70627aa3152dacfe261")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-font-lock-studio")
|
(name "emacs-font-lock-studio")
|
||||||
(version "20170127.2051") ;melpa version
|
(version (git-version "0.0.7" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3221,7 +3223,7 @@ inside a rule, matches are visualized using a palette of background colors.
|
||||||
The explainer can describe a rule in plain-text English. Finally, tight
|
The explainer can describe a rule in plain-text English. Finally, tight
|
||||||
integration with Edebug allows stepping into Lisp expressions that are part of
|
integration with Edebug allows stepping into Lisp expressions that are part of
|
||||||
the Font Lock keywords.")
|
the Font Lock keywords.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-form-feed
|
(define-public emacs-form-feed
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue