all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 32059@debbugs.gnu.org
Subject: [bug#32059] [PATCH 1/3] etc: snippets: Add new build systems to package snippet.
Date: Thu,  5 Jul 2018 18:09:42 +0530	[thread overview]
Message-ID: <20180705123944.25944-1-arunisaac@systemreboot.net> (raw)
In-Reply-To: <20180705121812.23228-1-arunisaac@systemreboot.net>

* etc/snippets/scheme-mode/guix-package: Add android-ndk-build-system and
scons-build-system as possibilities for the build-system field.
---
 etc/snippets/scheme-mode/guix-package | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/snippets/scheme-mode/guix-package b/etc/snippets/scheme-mode/guix-package
index d392e8209..48b87e359 100644
--- a/etc/snippets/scheme-mode/guix-package
+++ b/etc/snippets/scheme-mode/guix-package
@@ -7,7 +7,8 @@
     (name "$1")
     (version "$2")
     (source origin...$0)
-    (build-system ${3:$$(yas-choose-value "ant-build-system"
+    (build-system ${3:$$(yas-choose-value "android-ndk-build-system"
+                                          "ant-build-system"
                                           "asdf-build-system"
                                           "cargo-build-system"
                                           "cmake-build-system"
@@ -25,6 +26,7 @@
                                           "python-build-system"
                                           "r-build-system"
                                           "ruby-build-system"
+                                          "scons-build-system"
                                           "texlive-build-system"
                                           "trivial-build-system"
                                           "waf-build-system")})
-- 
2.15.1

  reply	other threads:[~2018-07-05 12:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-05 12:18 [bug#32059] Improve etc/snippets Arun Isaac
2018-07-05 12:39 ` Arun Isaac [this message]
2018-07-05 12:39   ` [bug#32059] [PATCH 2/3] etc: snippets: Improve indentation in the package snippet Arun Isaac
2018-07-12 21:37     ` Ludovic Courtès
2018-07-13  7:33       ` bug#32059: " Arun Isaac
2018-07-13  8:28         ` [bug#32059] " Ludovic Courtès
2018-07-05 12:39   ` [bug#32059] [PATCH 3/3] etc: snippets: Add guix-commit-message-use-https-home-page Arun Isaac
2018-07-12 21:38     ` Ludovic Courtès
2018-07-12 21:37   ` [bug#32059] [PATCH 1/3] etc: snippets: Add new build systems to package snippet Ludovic Courtès

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=20180705123944.25944-1-arunisaac@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=32059@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 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.