gnu: emacs-nyxt: Update to 0.1.0-0.5f732e3.
* gnu/packages/emacs-xyz.scm (emacs-nyxt): Update to 0.1.0-0.5f732e3. Change-Id: Id387b52fd12a3b46eb0c1a9a9c7d3799c6d717eb Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
4b48201942
commit
a78c494b8b
1 changed files with 31 additions and 28 deletions
|
@ -30286,35 +30286,38 @@ comments.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public emacs-nyxt
|
(define-public emacs-nyxt
|
||||||
(package
|
;; This forge doesn't support fetching from refs, use commits.
|
||||||
(name "emacs-nyxt")
|
(let ((commit "5f732e3d039c9d9c316dd5fbbbc91bd015dd2659")
|
||||||
(version "0.1.0")
|
(revision "0"))
|
||||||
(source (origin
|
(package
|
||||||
(method git-fetch)
|
(name "emacs-nyxt")
|
||||||
(uri (git-reference
|
(version (git-version "0.1.1" revision commit))
|
||||||
(url "https://git.sr.ht/~conses/nyxt.el")
|
(source (origin
|
||||||
(commit version)))
|
(method git-fetch)
|
||||||
(file-name (git-file-name name version))
|
(uri (git-reference
|
||||||
(sha256
|
(url "https://git.migalmoreno.com/nyxt.el")
|
||||||
(base32
|
(commit commit)))
|
||||||
"1hgb10pk5m3v2gsl4h6i821nyzksss0rk4hhjnfb7nm98lalzbl6"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system emacs-build-system)
|
(sha256
|
||||||
(arguments
|
(base32
|
||||||
(list
|
"147yin822mi49gg2gxqljnx3i261z6b8d61m83l4nns4cf67vqns"))))
|
||||||
#:phases
|
(build-system emacs-build-system)
|
||||||
#~(modify-phases %standard-phases
|
(arguments
|
||||||
(add-after 'unpack 'patch-file-name
|
(list
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
#:phases
|
||||||
(emacs-substitute-variables "nyxt.el"
|
#~(modify-phases %standard-phases
|
||||||
("nyxt-path"
|
(add-after 'unpack 'patch-file-name
|
||||||
(search-input-file inputs "/bin/nyxt"))))))))
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(inputs (list nyxt))
|
(emacs-substitute-variables "nyxt.el"
|
||||||
(propagated-inputs (list emacs-sly))
|
("nyxt-path"
|
||||||
(home-page "https://git.sr.ht/~conses/nyxt.el")
|
(search-input-file inputs "/bin/nyxt"))))))))
|
||||||
(synopsis "Interact with Nyxt from Emacs")
|
(inputs (list nyxt))
|
||||||
(description "This package consists of custom logic to interact with Nyxt
|
(propagated-inputs (list emacs-sly))
|
||||||
|
(home-page "https://git.migalmoreno.com/nyxt.el")
|
||||||
|
(synopsis "Interact with Nyxt from Emacs")
|
||||||
|
(description "This package consists of custom logic to interact with Nyxt
|
||||||
from Emacs.")
|
from Emacs.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-libmpdel
|
(define-public emacs-libmpdel
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue