GNU bug report logs - #77394
[PATCH 0/5] Update rdkit to 2024.09.6

Previous Next

Package: guix-patches;

Reported by: David Elsing <david.elsing <at> posteo.net>

Date: Sun, 30 Mar 2025 22:05:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andreas Enge <andreas <at> enge.fr>
To: David Elsing <david.elsing <at> posteo.net>
Cc: 77394 <at> debbugs.gnu.org
Subject: [bug#77394] [PATCH 1/5] gnu: inchi: Update to 1.07.3.
Date: Mon, 7 Apr 2025 12:36:04 +0200
Hello David,

thanks for the patches!

Am Sun, Mar 30, 2025 at 10:06:54PM +0000 schrieb David Elsing:
> [native-inputs]: Remove input label.
>      ;; Update the inchi-doc native input when updating inchi.
> -    (native-inputs
> -     `(("unzip" ,unzip)
> -       ("inchi-doc"
> -        ,(origin
> -           (method url-fetch)
> -           (uri (string-append "http://www.inchi-trust.org/download/"
> -                                  (string-join (string-split version #\.) "")
> -                                  "/INCHI-1-DOC.zip"))
> -           (sha256
> -            (base32
> -             "1kyda09i9p89xfq90ninwi7w13k1w3ljpl4gqdhpfhi5g8fgxx7f"))
> -           (file-name (string-append name "-" version ".zip"))))))
> +    (native-inputs (list unzip))

You also dropped the documentation native input. Is that intended?

Andreas





This bug report was last modified 38 days ago.

Previous Next


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