1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 07:00:37 +02:00

gnu: perl-czplib: Fix installation directory.

* gnu/packages/perl.scm (perl-czplib)[arguments]: Fix installation directory.
This commit is contained in:
Ricardo Wurmus
2019-03-06 15:05:38 +01:00
parent 5531782d1c
commit 5bb674a0cd

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")