guix-patches
[Top][All Lists]
Advanced

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

[bug#65565] [PATCH] gnu: chaiscript: Fix tests.


From: Adam Faiz
Subject: [bug#65565] [PATCH] gnu: chaiscript: Fix tests.
Date: Sun, 27 Aug 2023 23:09:08 +0800

> +    (arguments
> +     (list
> +      #:phases
> +      #~(modify-phases %standard-phases
> +          (add-after 'unpack 'fix-tests
> +            (lambda _
> +              ;; Its bundled catch2 fails to build with glibc-2.35.
> +              (copy-file #$(file-append catch2 "/include/catch2/catch.hpp")
> +                         "unittests/catch.hpp")))))
Bundling a newer catch2 is not the solution, it's better to delete the bundled 
header so that it uses the catch2 provided in its inputs.





reply via email to

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