mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ruby-prawn: Add a %prawn-project-licenses variable.
* gnu/packages/ruby.scm (%prawn-project-licenses): New variable.
This commit is contained in:
parent
a2e6553441
commit
9622928d1e
1 changed files with 7 additions and 0 deletions
|
@ -79,6 +79,13 @@ (define-module (gnu packages ruby)
|
|||
#:use-module (guix build-system ruby)
|
||||
#:use-module ((srfi srfi-1) #:select (alist-delete)))
|
||||
|
||||
(define %prawn-project-licenses
|
||||
;; This set of licenses applies to most (all?) components of the Prawn
|
||||
;; project (it is triple licensed).
|
||||
(list license:ruby
|
||||
license:gpl2+
|
||||
license:gpl3+))
|
||||
|
||||
(define-public ruby
|
||||
(package
|
||||
(name "ruby")
|
||||
|
|
Loading…
Reference in a new issue