mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-21 01:30:29 +02:00
gnu: ruby-prawn: Add a %prawn-project-licenses variable.
* gnu/packages/ruby.scm (%prawn-project-licenses): New variable.
This commit is contained in:
@@ -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 New Issue
Block a user