guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68890: [PATCH v4] gnu: pspp: Update to 2.0.0


From: Ludovic Courtès
Subject: bug#68890: [PATCH v4] gnu: pspp: Update to 2.0.0
Date: Tue, 27 Feb 2024 11:21:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Andy Tai <atai@atai.org> skribis:

> * gnu/packages/statistics.scm (pspp): Update to 2.0.0
>   [arguments](phases): Patch test case to make pass due to locale
>   [native-inputs]: Switch from Python 2 to Python 3
>
> Change-Id: I9feeab72789347033d2df8f23bda9ea27aaa7dd9

[...]

>             #~(modify-phases %standard-phases
> -               (add-before 'check 'prepare-tests
> +         (add-after 'unpack 'patch-test-suite
> +                              (lambda _
> +                                (substitute* "tests/output/tex.at"
> +                                        (("AT_CHECK\\(\\[LC_ALL=C.UTF-8 
> pspp")
> +                                                
> "AT_CHECK([LC_ALL=en_US.UTF-8 pspp"))))

I adjusted indentation here and applied it, thanks!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]