guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add (minimal) BioPerl.


From: Ludovic Courtès
Subject: Re: [PATCH] Add (minimal) BioPerl.
Date: Sat, 06 Jun 2015 19:48:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> From e8cffdb9e7a2447657b3f700b2f0beb00ad0f98e Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <address@hidden>
> Date: Wed, 3 Jun 2015 17:44:20 +0200
> Subject: [PATCH] gnu: Add BioPerl.
>
> * gnu/packages/bioinformatics.scm (bioperl-minimal): New variable.

[...]

> +(define-public bioperl-minimal
> +  (package
> +    (name "bioperl-minimal")

So is it meant to be used as a Perl library, as a standalone executable,
or both?

If it can be used standalone, the current name is fine.  Otherwise,
perhaps “perl-bioperl-minimal”.  WDYT?

> +    (native-search-paths (list (search-path-specification
> +                                (variable "PERL5LIB")
> +                                (files '("lib/perl5/site_perl")))))

Why is it needed?  At first sight it looks wrong because PERL5LIB is
“owned” by Perl itself.

If there’s an executable that needs to find the libs listed in
‘propagated-inputs’, the best way would be to use ‘wrap-program’, I
think.

Thanks,
Ludo’.



reply via email to

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