gnu: perl-czplib: Fix installation directory.

* gnu/packages/perl.scm (perl-czplib)[arguments]: Fix installation directory.
master
Ricardo Wurmus 2019-03-06 15:05:38 +01:00
parent 5531782d1c
commit 5bb674a0cd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -1647,9 +1647,8 @@ It returns to the previous working directory when the object is destroyed.")
(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")