[PATCH] etc: snippets: Add new build systems to package snippet.

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan.J.Smith
  • Ludovic Courtès
Owner
unassigned
Submitted by
Morgan.J.Smith
Severity
normal

Debbugs page

Morgan.J.Smith wrote 4 years ago
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
SN4PR0801MB36790C300056464F430AF608C5FF0@SN4PR0801MB3679.namprd08.prod.outlook.com
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* etc/snippets/scheme-mode/guix-package: Add the following as possibilities
for the build-system field:

clojure-build-system
copy-build-system
dune-build-system
guile-build-system
julia-build-system
linux-module-build-system
maven-build-system
node-build-system
qt-build-system
rakudo-build-system
---
etc/snippets/scheme-mode/guix-package | 10 ++++++++++
1 file changed, 10 insertions(+)

Toggle diff (37 lines)
diff --git a/etc/snippets/scheme-mode/guix-package b/etc/snippets/scheme-mode/guix-package
index 48b87e3599..9ff6f997d1 100644
--- a/etc/snippets/scheme-mode/guix-package
+++ b/etc/snippets/scheme-mode/guix-package
@@ -11,20 +11,30 @@
"ant-build-system"
"asdf-build-system"
"cargo-build-system"
+ "clojure-build-system"
"cmake-build-system"
+ "copy-build-system"
"dub-build-system"
+ "dune-build-system"
"emacs-build-system"
"font-build-system"
"glib-or-gtk-build-system"
"gnu-build-system"
"go-build-system"
+ "guile-build-system"
"haskell-build-system"
+ "julia-build-system"
+ "linux-module-build-system"
+ "maven-build-system"
"meson-build-system"
"minify-build-system"
+ "node-build-system"
"ocaml-build-system"
"perl-build-system"
"python-build-system"
+ "qt-build-system"
"r-build-system"
+ "rakudo-build-system"
"ruby-build-system"
"scons-build-system"
"texlive-build-system"
--
2.29.2
Ludovic Courtès wrote 4 years ago
(address . Morgan.J.Smith@outlook.com)(address . 44747-done@debbugs.gnu.org)
874kkcwllo.fsf@gnu.org
Hi,

Morgan.J.Smith@outlook.com skribis:

Toggle quote (18 lines)
> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * etc/snippets/scheme-mode/guix-package: Add the following as possibilities
> for the build-system field:
>
> clojure-build-system
> copy-build-system
> dune-build-system
> guile-build-system
> julia-build-system
> linux-module-build-system
> maven-build-system
> node-build-system
> qt-build-system
> rakudo-build-system
> ---
> etc/snippets/scheme-mode/guix-package | 10 ++++++++++

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44747@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44747
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help