Merge branch 'master' into gnome-team

This commit is contained in:
Liliana Marie Prikler 2023-07-23 10:11:29 +02:00
commit 4c204d01d5
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
220 changed files with 82506 additions and 15955 deletions

View file

@ -33,6 +33,7 @@
;;; Copyright © 2022 Taiju HIGASHI <higashi@taiju.info>
;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -196,7 +197,13 @@ a focus on simplicity and productivity.")
"test/ruby/test_system.rb"
"tool/rbinstall.rb")
(("/bin/sh") (which "sh")))
#t)))))
#t))
,@(if (system-hurd?)
'((add-after 'unpack 'skip-tests
(lambda _
(delete-file "bootstraptest/test_io.rb")
(delete-file "test/ruby/test_io.rb"))))
'()))))
(native-inputs
(list autoconf))))