gnu: perl-czplib: Fix installation directory.
* gnu/packages/perl.scm (perl-czplib)[arguments]: Fix installation directory.master
parent
5531782d1c
commit
5bb674a0cd
|
@ -1647,9 +1647,8 @@ It returns to the previous working directory when the object is destroyed.")
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(copy-recursively "."
|
(copy-recursively "."
|
||||||
(string-append (assoc-ref outputs "out")
|
(string-append (assoc-ref outputs "out")
|
||||||
"/plib/perl5/site_perl/"
|
"/lib/perl5/site_perl/"
|
||||||
,(package-version perl)
|
,(package-version perl)))
|
||||||
"/czplib/"))
|
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://sourceforge.net/projects/czplib/")
|
(home-page "https://sourceforge.net/projects/czplib/")
|
||||||
(synopsis "Library for genomic analysis")
|
(synopsis "Library for genomic analysis")
|
||||||
|
|
Reference in New Issue