GNU bug report logs -
#32138
[PATCH] gnu: Add inchi.
Previous Next
Reported by: Kei Kebreau <kkebreau <at> posteo.net>
Date: Fri, 13 Jul 2018 13:40:03 UTC
Severity: normal
Tags: patch
Done: Kei Kebreau <kkebreau <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 32138 <at> debbugs.gnu.org (full text, mbox):
Kei Kebreau <kkebreau <at> 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 <at> fastmail.net>
> +;;; Copyright © 2018 Kei Kebreau <kkebreau <at> 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 :-).
This bug report was last modified 6 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.