GNU bug report logs - #28802
[PATCH] gnu: Add paml.

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Thu, 12 Oct 2017 21:58:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


Message #19 received at 28802 <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <ricardo.wurmus <at> mdc-berlin.de>
To: Ben Woodcroft <b.woodcroft <at> uq.edu.au>
Cc: 28802 <at> debbugs.gnu.org
Subject: Re: [bug#28802] [PATCH] gnu: Add paml.
Date: Fri, 13 Oct 2017 11:35:02 +0200
Hi Ben,

> On 13/10/17 07:56, Ricardo Wurmus wrote:
>> +         (replace 'install
>> +           (lambda* (#:key outputs #:allow-other-keys)
>> +             (let ((tools '("baseml" "basemlg" "codeml"
>> +                            "pamp" "evolver" "yn00" "chi2"))
>> +                   (bin    (string-append (assoc-ref outputs "out") "/bin"))
>> +                   (docdir (string-append (assoc-ref outputs "out")
>> +                                           "/share/doc/paml"))
>> +                   (docs    '("Bismark_User_Guide.pdf"
>> +                              "RELEASE_NOTES.txt")))
>> +               (mkdir-p bin)
> Since you've already pushed I didn't test out this package, but I notice 
> that the above line is superfluous (though harmless).

I removed the “docs” definition before pushing.

-- Ricardo




This bug report was last modified 7 years and 224 days ago.

Previous Next


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