From: Brian Kubisiak <brian@kubisiak.com>
To: 51990@debbugs.gnu.org
Subject: [bug#51990] [PATCH] gnu: Add emacs-bazel.
Date: Fri, 19 Nov 2021 16:14:24 -0800 [thread overview]
Message-ID: <YZg94OdgZs/3Inzy@neutron> (raw)
* gnu/packages/emacs-xyz (emacs-bazel): New variable.
Signed-off-by: Brian Kubisiak <brian@kubisiak.com>
---
gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7f895b9321..15d57ad964 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12844,6 +12844,25 @@ (define-public emacs-gn-mode
are common in Chromium-derived projects.")
(license license:bsd-3)))
+(define-public emacs-bazel
+ (package
+ (name "emacs-bazel")
+ (version "20211031.1941")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://melpa.org/packages/bazel-"
+ version ".el"))
+ (sha256
+ (base32 "185wqxcdk5c5d25vla3wgijwqs542dbqwnj47bnh5hvlna2il6ca"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/bazelbuild/emacs-bazel-mode")
+ (synopsis "Bazel support for Emacs")
+ (description
+ "This package provides support for the Bazel build system. See
+@uref{https://bazel.build/} for background on Bazel.")
+ (license license:asl2.0)))
+
(define-public emacs-gntp
(package
(name "emacs-gntp")
--
2.32.0
next reply other threads:[~2021-11-20 2:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-20 0:14 Brian Kubisiak [this message]
2021-11-21 20:30 ` [bug#51990] [PATCH] gnu: Add emacs-bazel Nicolas Goaziou
2021-11-23 0:27 ` Brian Kubisiak
2021-11-23 9:30 ` bug#51990: " Nicolas Goaziou
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YZg94OdgZs/3Inzy@neutron \
--to=brian@kubisiak.com \
--cc=51990@debbugs.gnu.org \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).