mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +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)
|
; (guix utils)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
(gnu packages storage)
|
(gnu packages storage)
|
||||||
(gnu packages python-xyz)
|
(gnu packages python-xyz) ; wcwidth
|
||||||
|
(gnu packages linux) ; liburing
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public ceph-upstream
|
(define-public ceph-upstream
|
||||||
|
@ -46,7 +47,7 @@
|
||||||
; "src/boost" ; inexistant ??
|
; "src/boost" ; inexistant ??
|
||||||
"src/utf8proc")))))
|
"src/utf8proc")))))
|
||||||
|
|
||||||
|
(inputs (modify-inputs (package-inputs ceph) (append liburing)))
|
||||||
(native-inputs (modify-inputs (package-native-inputs ceph)
|
(native-inputs (modify-inputs (package-native-inputs ceph)
|
||||||
(append python-wcwidth)))))
|
(append python-wcwidth)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue