From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches@gnu.org>
Cc: jgart <jgart@dismail.de>, 54979-done@debbugs.gnu.org
Subject: bug#54979: [PATCH] gnu: Add emacs-straight-el.
Date: Thu, 23 Jun 2022 23:50:48 +0200 [thread overview]
Message-ID: <87r13fkq13.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20220417034517.12993-1-jgart@dismail.de> (jgart via Guix-patches via's message of "Sat, 16 Apr 2022 23:45:18 -0400")
Hello,
jgart via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-straight-el): New variable.
I applied it with minor changes, detailed below.
Thank you.
> +(define-public emacs-straight-el
> + (let ((commit "af5437f2afd00936c883124d6d3098721c2d306c")
I updated it to latest commit.
> + (revision "0"))
> + (package
> + (name "emacs-straight-el")
> + (version (git-version "0" revision commit))
> + (source
> + (origin
> + (method git-fetch)
> + (uri
> + (git-reference
> + (url "https://github.com/raxod502/straight.el")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "1mpaq373d6yl8yaqmdg634lm3vwnz0xhzcvhm85kmqk36pkpj7ij"))))
> + (build-system emacs-build-system)
> + (arguments
> + (list #:phases
I also activated tests.
> + #~(modify-phases %standard-phases
> + (add-after 'unpack 'patch-git-executable
> + (lambda* (#:key inputs #:allow-other-keys)
> + (make-file-writable "straight.el")
> + (substitute* "straight.el"
> + (("\"git\"")
> + (string-append "\""
> + (search-input-file inputs "/bin/git")
> + "\""))))))))
> + (inputs
> + (list git))
> + (propagated-inputs
> + (list emacs-magit))
> + (home-page "https://github.com/raxod502/straight.el/")
> + (synopsis "Purely functional package manager for the Emacs hacker")
> + (description
> +"@code{emacs-straight-el} is a next-generation, purely functional package
> +manager for the Emacs hacker.")
I removed "next-generation" buzz-word.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2022-06-23 21:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-17 3:45 [bug#54979] [PATCH] gnu: Add emacs-straight-el jgart via Guix-patches via
2022-06-23 21:50 ` Nicolas Goaziou [this message]
2022-06-23 22:02 ` jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r13fkq13.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=54979-done@debbugs.gnu.org \
--cc=guix-patches@gnu.org \
--cc=jgart@dismail.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.