mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-07-16 15:49:59 +02:00
sssd probably needs to be in propagated-inputs
This commit is contained in:
parent
e5fe67a34b
commit
f7d38abfe0
1 changed files with 1 additions and 1 deletions
|
@ -140,6 +140,7 @@
|
|||
(lambda _
|
||||
(invoke "make" "install" "-C" "contribs/pmi")
|
||||
(invoke "make" "install" "-C" "contribs/pmi2"))))))
|
||||
(propagated-inputs (append (list sssd) (package-propagated-inputs base-package)))
|
||||
(inputs (modify-inputs (package-inputs base-package)
|
||||
(prepend gtk+-2
|
||||
ucx gnu:openpmix
|
||||
|
@ -147,7 +148,6 @@
|
|||
libjwt
|
||||
libyaml
|
||||
http-parser
|
||||
sssd
|
||||
`(,mariadb "dev"))))))
|
||||
|
||||
(define (make-slurm-glicid-pmix3 base-package)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue