guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: libcacard: Build with older meson.


From: guix-commits
Subject: branch core-updates updated: gnu: libcacard: Build with older meson.
Date: Mon, 03 Apr 2023 15:35:47 -0400

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

efraim 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 e382f1fb3c gnu: libcacard: Build with older meson.
e382f1fb3c is described below

commit e382f1fb3c3848f13774b78b89eaab4e4eaa7a55
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 3 22:33:47 2023 +0300

    gnu: libcacard: Build with older meson.
    
    * gnu/packages/spice.scm (libcacard)[arguments]: Build with meson-0.60.
---
 gnu/packages/spice.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index f492957fb2..4f7a293035 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2019, 2020, 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,6 +28,7 @@
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bash)
+  #:use-module (gnu packages build-tools)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages cyrus-sasl)
   #:use-module (gnu packages gl)
@@ -356,6 +358,8 @@ resolution scaling on graphical console window resize.")
                (base32
                 "1rrjlclm6ad63gah1fa4yfwrz4z6vgq2yrybbvzvvdbxrgl4vgzv"))))
     (build-system meson-build-system)
+    (arguments
+     (list #:meson meson-0.60))
     (propagated-inputs
      ;; The following inputs are required in the pkg-config file.
      (list glib



reply via email to

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