Merge branch 'devel' into 'main'

tests

See merge request glicid-public/guix-glicid!303
This commit is contained in:
Yann Dupont 2023-07-11 09:51:24 +00:00
commit 1e87f943ba

View file

@ -193,7 +193,7 @@
(define-public slurm-22.05-glicid2 (define-public slurm-22.05-glicid2
(package (package
(inherit (package-with-configure-flags slurm-22.05-glicid (inherit (package-with-configure-flags slurm-22.05-glicid
#~(list "--with-pmix=" #$(lookup-package-input slurm-base-package "openpmix")))) #~(list "--with-pmix=" (assoc-ref inputs "openpmix") )))
(name "slurm-22.05-glicid2"))) (name "slurm-22.05-glicid2")))