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
parent
403b533fde
commit
bf2522863c
|
@ -6481,6 +6481,10 @@ users.")
|
||||||
(lambda _
|
(lambda _
|
||||||
;; For the missing /etc/machine-id.
|
;; For the missing /etc/machine-id.
|
||||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
(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))
|
#t))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in New Issue