1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: Revive emacs-helm.

This partially reverts 90d6fcd59d.

* gnu/packages/emacs-xyz.scm (emacs-helm)[#:phases]: Remove ‘die’.
This commit is contained in:
Liliana Marie Prikler 2025-05-18 22:34:21 +02:00
parent 475e8802c3
commit 7f814149c2
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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/")