mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-czplib: Fix installation directory.
* gnu/packages/perl.scm (perl-czplib)[arguments]: Fix installation directory.
This commit is contained in:
parent
5531782d1c
commit
5bb674a0cd
1 changed files with 2 additions and 3 deletions
|
@ -1647,9 +1647,8 @@ (define-public perl-czplib
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(copy-recursively "."
|
||||
(string-append (assoc-ref outputs "out")
|
||||
"/plib/perl5/site_perl/"
|
||||
,(package-version perl)
|
||||
"/czplib/"))
|
||||
"/lib/perl5/site_perl/"
|
||||
,(package-version perl)))
|
||||
#t)))))
|
||||
(home-page "https://sourceforge.net/projects/czplib/")
|
||||
(synopsis "Library for genomic analysis")
|
||||
|
|
Loading…
Reference in a new issue