all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jelle Licht <jlicht@fsfe.org>
To: Kei Kebreau <kkebreau@posteo.net>
Cc: 32138@debbugs.gnu.org
Subject: [bug#32138] [PATCH] gnu: Add inchi.
Date: Fri, 13 Jul 2018 16:10:43 +0200	[thread overview]
Message-ID: <87in5jcjks.fsf@fsfe.org> (raw)
In-Reply-To: <20180713133941.12371-1-kkebreau@posteo.net>


Kei Kebreau <kkebreau@posteo.net> writes:

> * gnu/packages/chemistry.scm (inchi): New variable.
> ---
>  gnu/packages/chemistry.scm | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
> index f1359b2cf..df79f252b 100644
> --- a/gnu/packages/chemistry.scm
> +++ b/gnu/packages/chemistry.scm
> @@ -1,5 +1,6 @@
>  ;;; GNU Guix --- Functional package management for GNU
>  ;;; Copyright © 2018 Konrad Hinsen <konrad.hinsen@fastmail.net>
> +;;; Copyright © 2018 Kei Kebreau <kkebreau@posteo.net>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -20,9 +21,11 @@
>    #:use-module (guix packages)
>    #:use-module ((guix licenses) #:prefix license:)
>    #:use-module (guix download)
> +  #:use-module (gnu packages compression)
>    #:use-module (gnu packages gv)
>    #:use-module (gnu packages maths)
>    #:use-module (gnu packages python)
> +  #:use-module (guix build-system gnu)
>    #:use-module (guix build-system python))
>  
>  (define-public domainfinder

It seems you forgot to commit the actual package definition :-).

  reply	other threads:[~2018-07-13 14:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-13 13:39 [bug#32138] [PATCH] gnu: Add inchi Kei Kebreau
2018-07-13 14:10 ` Jelle Licht [this message]
2018-07-13 19:01   ` Kei Kebreau
2018-07-13 21:38     ` Leo Famulari
2018-07-14  2:22       ` bug#32138: " Kei Kebreau

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=87in5jcjks.fsf@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=32138@debbugs.gnu.org \
    --cc=kkebreau@posteo.net \
    /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.