emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/detached 1e17ad9965: Remove phashes in guix build file


From: ELPA Syncer
Subject: [elpa] externals/detached 1e17ad9965: Remove phashes in guix build file
Date: Sun, 22 May 2022 06:57:28 -0400 (EDT)

branch: externals/detached
commit 1e17ad996559507f50a80555e1f731bef159073b
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Remove phashes in guix build file
---
 guix.scm | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/guix.scm b/guix.scm
index 2170d00f9e..070984ea50 100644
--- a/guix.scm
+++ b/guix.scm
@@ -33,22 +33,7 @@
     (arguments
      (list
       #:tests? #t
-      #:test-command #~(list "ert-runner")
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-before 'install 'install-detached-env
-            (lambda _
-              (install-file "detached-env" (string-append #$output "/bin"))))
-          (add-after 'unpack 'configure
-            (lambda* (#:key inputs #:allow-other-keys)
-              (make-file-writable "detached.el")
-              (emacs-substitute-variables "detached.el"
-                ("detached-env"
-                 (string-append #$output "/bin/detached-env"))
-                ("detached-dtach-program"
-                 (search-input-file inputs "/bin/dtach"))
-                ("detached-shell-program"
-                 (search-input-file inputs "/bin/bash"))))))))
+      #:test-command #~(list "ert-runner")))
     (build-system emacs-build-system)
     (native-inputs (list emacs-ert-runner))
     (inputs (list dtach))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]