me
/
guix
Archived
1
0
Fork 0

gnu: network-manager: Fix build with Python 3.8.

* gnu/packages/gnome.scm (network-manager)[arguments]: Set
"NM_TEST_REGENERATE" before running the tests.
master
Marius Bakke 2020-01-16 18:14:00 +01:00
parent 403b533fde
commit bf2522863c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 0 deletions

View File

@ -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 _