begin package simplification

This commit is contained in:
Yann Dupont 2021-10-24 21:41:25 +02:00
parent 90300b3cbe
commit 5cc7c177b5

View file

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