all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Bavier <ericbavier@openmailbox.org>
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] Add (minimal) BioPerl.
Date: Tue, 21 Jul 2015 04:24:56 -0500	[thread overview]
Message-ID: <20150721042456.78b5e697@openmailbox.org> (raw)
In-Reply-To: <idjlhe93ntc.fsf@bimsb-sys02.mdc-berlin.net>

On Tue, 21 Jul 2015 10:41:19 +0200
Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> wrote:

> +(define-public bioperl-minimal
> +  (let* ((inputs `(("perl-module-build" ,perl-module-build)
> +                   ("perl-data-stag" ,perl-data-stag)
> +                   ("perl-libwww" ,perl-libwww)
> +                   ("perl-uri" ,perl-uri)))
> +         (transitive-inputs
> +          (map (compose package-name cadr)
> +               (delete-duplicates
> +                (concatenate
> +                 (map (compose package-transitive-target-inputs
> cadr) inputs))))))

I think what you're going for here is similar to the
package-propagated-input-refs procedure that was added to (gnu packages
version-control) recently.

A patch I sent to the list earlier would move that procedure to (guix
packages) so that it could be used elsewhere.  It seems to be something
that many other perl-using applications need (e.g. gnucash, clusterssh).

`~Eric

  reply	other threads:[~2015-07-21 14:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03 15:53 [PATCH] Add (minimal) BioPerl Ricardo Wurmus
2015-06-03 16:00 ` Andreas Enge
2015-06-04 16:19   ` Ludovic Courtès
2015-06-04 21:37     ` Pjotr Prins
2015-06-06 17:48 ` Ludovic Courtès
2015-06-06 17:52   ` Ricardo Wurmus
2015-06-06 18:05     ` Ludovic Courtès
2015-06-17 13:24       ` Ricardo Wurmus
2015-06-21 21:04         ` Ludovic Courtès
2015-07-21  8:41           ` Ricardo Wurmus
2015-07-21  9:24             ` Eric Bavier [this message]
2015-08-24 13:03             ` Ricardo Wurmus
2015-08-25 21:44               ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150721042456.78b5e697@openmailbox.org \
    --to=ericbavier@openmailbox.org \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.