mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
glicid-ceph -> ceph
This commit is contained in:
parent
f7f967bf13
commit
543e71f55f
1 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages parallel)
|
||||
#:use-module (gnu packages storage)
|
||||
#:use-module ((gnu packages storage) #:prefix gnu: )
|
||||
#:use-module (gnu packages networking)
|
||||
#:use-module (gnu packages gtk)
|
||||
#:use-module (gnu packages python)
|
||||
|
@ -95,10 +95,10 @@
|
|||
)
|
||||
|
||||
|
||||
(define-public glicid-ceph
|
||||
(define-public ceph
|
||||
(package
|
||||
(inherit ceph)
|
||||
(name "glicid-ceph")
|
||||
(inherit gnu:ceph)
|
||||
(name "ceph")
|
||||
(version "15.2.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Add table
Reference in a new issue