guix-patches
[Top][All Lists]
Advanced

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

[bug#54235] [PATCH 3/3] gnu: Add sysbench.


From: Maxime Devos
Subject: [bug#54235] [PATCH 3/3] gnu: Add sysbench.
Date: Thu, 03 Mar 2022 17:42:31 +0100
User-agent: Evolution 3.38.3-1

Maxim Cournoyer schreef op do 03-03-2022 om 09:05 [-0500]:
> +              (snippet '(begin
> +                          ;; Ensure no bundled libraries get used.
> +                          (delete-file-recursively "third_party")
> +                          (substitute* "configure.ac"
> +                            (("^third_party/.*")
> +                             ""))
> +                          (substitute* "Makefile.am"
> +                            ((".*(LUAJIT|CK)_DIR =.*")
> +                             ""))))

For consistency with the code below, I would make this a gexp, YMMV.

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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