guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-git: Prevent guild build warnings.


From: guix-commits
Subject: branch master updated: gnu: guile-git: Prevent guild build warnings.
Date: Sun, 10 May 2020 07:16:20 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3d867fe  gnu: guile-git: Prevent guild build warnings.
3d867fe is described below

commit 3d867fea4206e32325b4c84a50d3948d3de0ae99
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun May 10 14:09:48 2020 +0300

    gnu: guile-git: Prevent guild build warnings.
    
    * gnu/packages/guile.scm (guile-git)[arguments]: Add
    GUILE_AUTO_COMPILE=0 to make-flags.
---
 gnu/packages/guile.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 8665e2e..813c2f1 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2018 Danny Milosavljevic <address@hidden>
 ;;; Copyright © 2018 Eric Bavier <address@hidden>
 ;;; Copyright © 2019 Taylan Kammer <address@hidden>
+;;; Copyright © 2020 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -718,6 +719,8 @@ type system, elevating types to first-class status.")
                (base32
                 "0c5i3d16hp7gp9rd78vk9zc45js8bphf92m4lbb5gyi4l1yl7kkm"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:make-flags '("GUILE_AUTO_COMPILE=0")))     ; to prevent guild warnings
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("guile" ,guile-3.0)



reply via email to

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