guix-commits
[Top][All Lists]
Advanced

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

34/51: gnu: network-manager: Fix build with Python 3.8.


From: guix-commits
Subject: 34/51: gnu: network-manager: Fix build with Python 3.8.
Date: Fri, 24 Jan 2020 14:48:21 -0500 (EST)

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

commit bf2522863c420f241b312a6c1282cdca4b2816a7
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 16 18:14:00 2020 +0100

    gnu: network-manager: Fix build with Python 3.8.
    
    * gnu/packages/gnome.scm (network-manager)[arguments]: Set
    "NM_TEST_REGENERATE" before running the tests.
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 459d64b..0ec3bf6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6481,6 +6481,10 @@ users.")
            (lambda _
              ;; For the missing /etc/machine-id.
              (setenv "DBUS_FATAL_WARNINGS" "0")
+
+             ;; XXX: Regenerate some of the tests that are dependent on Python 
version.
+             ;; Try removing this variable for newer versions of 
NetworkManager.
+             (setenv "NM_TEST_REGENERATE" "1")
              #t))
          (replace 'install
            (lambda _



reply via email to

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