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
|
(define-public emacs-dtache
|
||||||
(package
|
(package
|
||||||
(name "emacs-dtache")
|
(name "emacs-dtache")
|
||||||
(version "0.4")
|
(version "0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -23789,7 +23789,7 @@ (define-public emacs-dtache
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hndv0qzibkc4177lkam30j8cgvzxd8r60v3dnqn2bmrgxw04j6b"))))
|
"05gm5l533y8xr00w3c3i4fbhzhib6i7q2bbnpkm08w1n8a08iaj5"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
|
@ -23803,14 +23803,12 @@ (define-public emacs-dtache
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(make-file-writable "dtache.el")
|
(make-file-writable "dtache.el")
|
||||||
(emacs-substitute-variables "dtache.el"
|
(emacs-substitute-variables "dtache.el"
|
||||||
("dtache-env" (string-append #$output
|
("dtache-env"
|
||||||
"/bin/dtache-env"))
|
(string-append #$output "/bin/dtache-env"))
|
||||||
("dtache-dtach-program" (search-input-file
|
("dtache-dtach-program"
|
||||||
inputs
|
(search-input-file inputs "/bin/dtach"))
|
||||||
"/bin/dtach"))
|
("dtache-shell-program"
|
||||||
("dtache-shell-program" (search-input-file
|
(search-input-file inputs "/bin/bash"))))))))
|
||||||
inputs
|
|
||||||
"/bin/bash"))))))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs (list emacs-ert-runner))
|
(native-inputs (list emacs-ert-runner))
|
||||||
(inputs (list dtach))
|
(inputs (list dtach))
|
||||||
|
|
Loading…
Reference in a new issue