guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: qemu: Re-add meson to native inputs.


From: guix-commits
Subject: branch core-updates updated: gnu: qemu: Re-add meson to native inputs.
Date: Tue, 11 Apr 2023 15:54:51 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 1887100a2f gnu: qemu: Re-add meson to native inputs.
1887100a2f is described below

commit 1887100a2f0bfa99a4670d83587bdc1af5ee1c1c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 11 15:45:41 2023 -0400

    gnu: qemu: Re-add meson to native inputs.
    
    It was erroneously removed in commit
    46873adc04ccf2c753362ee14c7faa81fed602c4 ("gnu: Remove extraneous #:meson
    build arguments.").
    
    * gnu/packages/virtualization.scm (qemu) [native-inputs]: Add meson.
---
 gnu/packages/virtualization.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index db90142332..2b7025e315 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -472,6 +472,7 @@ exec smbd $@")))
            flex
            gettext-minimal
            `(,glib "bin")               ;gtester, etc.
+           meson
            ninja
            perl
            pkg-config



reply via email to

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