1
0
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:
Maxim Cournoyer
2020-07-13 08:54:38 -04:00
parent a2e6553441
commit 9622928d1e

View File

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