all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32138] [PATCH] gnu: Add inchi.
@ 2018-07-13 13:39 Kei Kebreau
  2018-07-13 14:10 ` Jelle Licht
  0 siblings, 1 reply; 5+ messages in thread
From: Kei Kebreau @ 2018-07-13 13:39 UTC (permalink / raw)
  To: 32138; +Cc: Kei Kebreau

* 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
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-14  2:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-13 13:39 [bug#32138] [PATCH] gnu: Add inchi Kei Kebreau
2018-07-13 14:10 ` Jelle Licht
2018-07-13 19:01   ` Kei Kebreau
2018-07-13 21:38     ` Leo Famulari
2018-07-14  2:22       ` bug#32138: " Kei Kebreau

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.