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 @@ | |||
|   #: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") | ||||
|  |  | |||
		Reference in a new issue