[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28802] [PATCH] gnu: Add paml.
From: |
Ricardo Wurmus |
Subject: |
[bug#28802] [PATCH] gnu: Add paml. |
Date: |
Fri, 13 Oct 2017 11:35:02 +0200 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
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