add ceph upstream with wcwidth

This commit is contained in:
Yann Dupont 2024-03-25 12:23:59 +01:00
parent f1cfdaaed5
commit e85b7f92e1

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