~ruther/guix-local

01ef804d69b2e57dd7b1d3d13e66e3f67e7c548a — Christopher Baines 8 years ago c9ce8e1
import: cpan: Replace '(package-license perl) with 'perl-license.

The perl-license definition is intended to avoid circular dependencies, so
use this as a default when importing packages from CPAN.

* guix/import/cpan.scm (string->license): Replace '(package-license perl) with
  'perl-license.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/import/cpan.scm
M guix/import/cpan.scm => guix/import/cpan.scm +1 -1
@@ 71,7 71,7 @@
   ;; mozilla_1_0
   ("mozilla_1_1" 'mpl1.1)
   ("openssl" 'openssl)
   ("perl_5" '(package-license perl))   ;GPL1+ and Artistic 1
   ("perl_5" 'perl-license)   ;GPL1+ and Artistic 1
   ("qpl_1_0" 'qpl)
   ;; ssleay
   ;; sun