GNU bug report logs - #66801
[PATCH] mix-build-system: draft 1

Previous Next

Package: guix-patches;

Reported by: Pierre-Henry Fröhring <phfrohring <at> deeplinks.com>

Date: Sat, 28 Oct 2023 20:21:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Pierre-Henry Fröhring <contact <at> phfrohring.com>
Cc: 66801 <at> debbugs.gnu.org
Subject: [bug#66801] [PATCH v3 08/15] gnu: Add elixir-bunt.
Date: Fri, 08 Dec 2023 16:33:50 +0100
Am Freitag, dem 08.12.2023 um 16:03 +0100 schrieb Pierre-Henry
Fröhring:
> From: Pierre-Henry Fröhring <phfrohring <at> deeplinks.com>
> 
> * gnu/packages/elixir-xyz.scm (elixir-bunt): New variable.
> 
> Change-Id: Ib84797c31d6ab40d59b87b040993dae9391ead6b
> ---
>  gnu/packages/elixir-xyz.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
> 
> diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-
> xyz.scm
> index bed84e9f2..984649de4 100644
> --- a/gnu/packages/elixir-xyz.scm
> +++ b/gnu/packages/elixir-xyz.scm
> @@ -125,6 +125,25 @@ (define-public elixir-file-system
>      (home-page "https://hexdocs.pm/file_system/")
>      (license license:wtfpl2)))
>  
> +(define-public elixir-bunt
> +  (package
> +    (name "elixir-bunt")
> +    (version "0.2.1")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (hexpm-uri name version))
> +       (sha256
> +        (base32
> "19bp6xh052ql3ha0v3r8999cvja5d2p6cph02mxphfaj4jsbyc53"))))
> +    (build-system mix-build-system)
> +    (arguments
> +     (list
> +      #:tests? #f))
Why?
> +    (synopsis "256 color ANSI coloring in the terminal")
> +    (description "256 color ANSI coloring in the terminal.")
The description should be a full sentence.
> +    (home-page "https://hexdocs.pm/bunt/")
> +    (license license:expat)))
> +
Cheers




This bug report was last modified 1 year and 249 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.