mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: emacs-dtache: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-dtache): Update to 0.5.
This commit is contained in:
parent
c6b407c923
commit
b43c3a745c
1 changed files with 8 additions and 10 deletions
|
@ -23780,7 +23780,7 @@ (define-public emacs-cmake-font-lock
|
|||
(define-public emacs-dtache
|
||||
(package
|
||||
(name "emacs-dtache")
|
||||
(version "0.4")
|
||||
(version "0.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -23789,7 +23789,7 @@ (define-public emacs-dtache
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hndv0qzibkc4177lkam30j8cgvzxd8r60v3dnqn2bmrgxw04j6b"))))
|
||||
"05gm5l533y8xr00w3c3i4fbhzhib6i7q2bbnpkm08w1n8a08iaj5"))))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #t
|
||||
|
@ -23803,14 +23803,12 @@ (define-public emacs-dtache
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(make-file-writable "dtache.el")
|
||||
(emacs-substitute-variables "dtache.el"
|
||||
("dtache-env" (string-append #$output
|
||||
"/bin/dtache-env"))
|
||||
("dtache-dtach-program" (search-input-file
|
||||
inputs
|
||||
"/bin/dtach"))
|
||||
("dtache-shell-program" (search-input-file
|
||||
inputs
|
||||
"/bin/bash"))))))))
|
||||
("dtache-env"
|
||||
(string-append #$output "/bin/dtache-env"))
|
||||
("dtache-dtach-program"
|
||||
(search-input-file inputs "/bin/dtach"))
|
||||
("dtache-shell-program"
|
||||
(search-input-file inputs "/bin/bash"))))))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs (list emacs-ert-runner))
|
||||
(inputs (list dtach))
|
||||
|
|
Loading…
Reference in a new issue