emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27181: closed ([PATCH] gnu: Add kaiju.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27181: closed ([PATCH] gnu: Add kaiju.)
Date: Fri, 02 Jun 2017 11:43:01 +0000

Your message dated Fri, 02 Jun 2017 13:42:22 +0200
with message-id <address@hidden>
and subject line Re: bug#27181: [PATCH] gnu: Add kaiju.
has caused the debbugs.gnu.org bug report #27181,
regarding [PATCH] gnu: Add kaiju.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27181: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27181
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add kaiju. Date: Thu, 01 Jun 2017 15:19:41 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Dear Guix,

Here's a patch for kaiju.  A C++ program without any dependencies, plus
some additional scripts that need perl.

Kind regards,
Roel Janssen

Attachment: 0001-gnu-Add-kaiju.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#27181: [PATCH] gnu: Add kaiju. Date: Fri, 02 Jun 2017 13:42:22 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
Ludovic Courtès writes:

> Hi Roel!
>
> Roel Janssen <address@hidden> skribis:
>
>> From ed45f47f7514faf10710b41a7d5e9cdaa8217c70 Mon Sep 17 00:00:00 2001
>> From: Roel Janssen <address@hidden>
>> Date: Thu, 1 Jun 2017 15:01:51 +0200
>> Subject: [PATCH] gnu: Add kaiju.
>>
>> * gnu/packages/bioinformatics (kaiju): New variable.
>
> [...]
>
>> +       (modify-phases %standard-phases
>> +         (delete 'configure)
>> +         (add-before 'build 'move-to-src-dir
>> +           (lambda _ (chdir "src") #t))
>> +         (replace 'install
>> +           (lambda* (#:key inputs outputs #:allow-other-keys)
>> +             (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
>> +               (mkdir-p bin)
>> +               (chdir "..")
>> +               (copy-recursively "bin" bin)
>> +               (copy-recursively "util" bin)))))))
>
> Make sure to return #t at the end of the phase.  Otherwise LGTM!

I added the #t to the end of the phase.

Thanks Ludo’! Pushed in b9a601d9db3aa1bdb877c0ac5e7f53077ee56185.

Kind regards,
Roel Janssen


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]