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'
missing uring ? See merge request glicid-public/guix-glicid!383
This commit is contained in:
commit
9802ae4595
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@
|
|||
; (guix utils)
|
||||
(gnu packages)
|
||||
(gnu packages storage)
|
||||
(gnu packages python-xyz)
|
||||
(gnu packages python-xyz) ; wcwidth
|
||||
(gnu packages linux) ; liburing
|
||||
)
|
||||
|
||||
(define-public ceph-upstream
|
||||
|
@ -46,7 +47,7 @@
|
|||
; "src/boost" ; inexistant ??
|
||||
"src/utf8proc")))))
|
||||
|
||||
|
||||
(inputs (modify-inputs (package-inputs ceph) (append liburing)))
|
||||
(native-inputs (modify-inputs (package-native-inputs ceph)
|
||||
(append python-wcwidth)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue