mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
add ceph upstream with wcwidth See merge request glicid-public/guix-glicid!375
This commit is contained in:
commit
f036fb71c0
1 changed files with 14 additions and 0 deletions
14
glicid/packages/storage.scm
Normal file
14
glicid/packages/storage.scm
Normal file
|
@ -0,0 +1,14 @@
|
|||
(define-module (glicid packages storage))
|
||||
|
||||
(use-modules (guix packages)
|
||||
(gnu packages storage)
|
||||
(gnu packages python-xyz)
|
||||
)
|
||||
|
||||
(define-public ceph-upstream
|
||||
(package
|
||||
(inherit ceph)
|
||||
(name "ceph-upstream")
|
||||
(native-inputs (modify-inputs (package-native-inputs ceph)
|
||||
(append python-wcwidth)))))
|
||||
|
Loading…
Add table
Reference in a new issue