mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
begin package simplification
This commit is contained in:
parent
90300b3cbe
commit
5cc7c177b5
1 changed files with 17 additions and 16 deletions
|
@ -525,22 +525,23 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
|||
("util-linux:lib" ,util-linux "lib")
|
||||
("xfsprogs" ,xfsprogs)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://ceph.com/")
|
||||
(synopsis "Distributed object store and file system")
|
||||
(description
|
||||
"Ceph is a distributed storage system designed for reliability and
|
||||
performance. It provides network-based block devices (RBD), a POSIX
|
||||
compliant file system (CephFS), and offers compatibility with various
|
||||
storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
||||
;; The Ceph libraries are LGPL2.1 and most of the utilities fall under
|
||||
;; GPL2. The installed erasure code plugins are BSD-3 licensed and do
|
||||
;; not use the GPL code. The source archive includes a number of files
|
||||
;; carrying other licenses; consult COPYING for more information. Note
|
||||
;; that COPYING does not cover third-party bundled software.
|
||||
(license (list license:lgpl2.1 license:gpl2 ;some files are 'or later'
|
||||
license:cc-by-sa3.0 ;documentation
|
||||
license:bsd-3 ;isa-l,jerasure,++
|
||||
license:expat))) ;civetweb,java bindings
|
||||
; (home-page "https://ceph.com/")
|
||||
; (synopsis "Distributed object store and file system")
|
||||
; (description
|
||||
; "Ceph is a distributed storage system designed for reliability and
|
||||
;performance. It provides network-based block devices (RBD), a POSIX
|
||||
;compliant file system (CephFS), and offers compatibility with various
|
||||
;storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
||||
; ;; The Ceph libraries are LGPL2.1 and most of the utilities fall under
|
||||
; ;; GPL2. The installed erasure code plugins are BSD-3 licensed and do
|
||||
; ;; not use the GPL code. The source archive includes a number of files
|
||||
; ;; carrying other licenses; consult COPYING for more information. Note
|
||||
; ;; that COPYING does not cover third-party bundled software.
|
||||
; (license (list license:lgpl2.1 license:gpl2 ;some files are 'or later'
|
||||
; license:cc-by-sa3.0 ;documentation
|
||||
; license:bsd-3 ;isa-l,jerasure,++
|
||||
; license:expat))
|
||||
) ;civetweb,java bindings
|
||||
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue