~ruther/guix-local

7f814149c275615e3acbdf9febe7ba8e7393ffec — Liliana Marie Prikler 1 year, 1 month ago 475e880
gnu: Revive emacs-helm.

This partially reverts 90d6fcd59d4cdbe936016110d9d6fc4b510282d6.

* gnu/packages/emacs-xyz.scm (emacs-helm)[#:phases]: Remove ‘die’.
1 files changed, 0 insertions(+), 6 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +0 -6
@@ 17739,12 17739,6 @@ ack, ag, helm and pt.")
       (sha256
        (base32 "0l9p6yiv8w9s0rpa4fyrp9gw1dgwpyr9fmkhs53bhc6v9x7br8ix"))))
    (build-system emacs-build-system)
    (arguments
     (list #:phases
           #~(modify-phases %standard-phases
               (add-after 'unpack 'die
                 (lambda _
                   (exit 1))))))
    (propagated-inputs
     (list emacs-async emacs-popup))
    (home-page "https://emacs-helm.github.io/helm/")