mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-detached: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.8.1. [arguments]<#:phases>: Remove references to the detached-env script, which does not exist anymore.
This commit is contained in:
parent
d0cb9b9ffb
commit
a8bb3bb1a7
1 changed files with 2 additions and 7 deletions
|
@ -25177,7 +25177,7 @@ according to their use.")
|
||||||
(define-public emacs-detached
|
(define-public emacs-detached
|
||||||
(package
|
(package
|
||||||
(name "emacs-detached")
|
(name "emacs-detached")
|
||||||
(version "0.7")
|
(version "0.8.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -25186,22 +25186,17 @@ according to their use.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"160h60vrpxslw6y290ndc065cc75dab58aq7kjqash94vkifnii2"))))
|
"190sil04wbnnml7i1nv19xn8fpqwng9xngpsxvmfxj3bzn7slid6"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
#:test-command #~(list "ert-runner")
|
#:test-command #~(list "ert-runner")
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'install 'install-detached-env
|
|
||||||
(lambda _
|
|
||||||
(install-file "detached-env" (string-append #$output "/bin"))))
|
|
||||||
(add-after 'unpack 'configure
|
(add-after 'unpack 'configure
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(make-file-writable "detached.el")
|
(make-file-writable "detached.el")
|
||||||
(emacs-substitute-variables "detached.el"
|
(emacs-substitute-variables "detached.el"
|
||||||
("detached-env"
|
|
||||||
(string-append #$output "/bin/detached-env"))
|
|
||||||
("detached-dtach-program"
|
("detached-dtach-program"
|
||||||
(search-input-file inputs "/bin/dtach"))
|
(search-input-file inputs "/bin/dtach"))
|
||||||
("detached-shell-program"
|
("detached-shell-program"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue