gnu: ikiwiki: Fix build by disabling a test.

* gnu/packages/web.scm (ikiwiki)[arguments]: In stage "pre-check", disable
failing "t/t.po" test.

Change-Id: I4fc1240512b4d3df3ece837521116aee5746e181
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-04 10:15:24 +01:00
parent 3e2442de52
commit 1c4a00820a
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -40,7 +40,7 @@
;;; Copyright © 2019, 2020 Florian Pelz <pelzflorian@pelzflorian.de>
;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2020, 2021, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020, 2021, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2018, 2019, 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; Copyright © 2020, 2021 Paul Garlick <pgarlick@tourbillion-technology.com>
;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
@ -5920,6 +5920,8 @@ (define-public ikiwiki
(setenv "XDG_DATA_DIRS"
(string-append (assoc-ref inputs "shared-mime-info")
"/share"))
;; This test fails: "Cannot read from a file without refname".
(rename-file "t/po.t" "t/po.t-")
;; CC is needed by IkiWiki/Wrapper.pm.
(setenv "CC" "gcc")))
(add-after 'install 'wrap-programs