Merge branch 'devel' into 'main'

no tests (sssd problem on builder)

See merge request glicid-public/guix-glicid!91
This commit is contained in:
Yann Dupont 2022-09-20 07:23:35 +00:00
commit 16cbbadac7

View file

@ -16,6 +16,15 @@
(sha256 (base32 "03q8lcb476a9n41nih9qvwf1fzfzjbvq6vj0cnmd458yixchqnqj")) (sha256 (base32 "03q8lcb476a9n41nih9qvwf1fzfzjbvq6vj0cnmd458yixchqnqj"))
) )
) )
(arguments
(substitute-keyword-arguments (package-arguments gnu:python-3.9)
((#:tests? _ #f)
;; FIXME: To run the test suite, fix all the instances where scripts
;; generates "#! /bin/sh" shebangs.
#f)
)
)
) )
) )