mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: upower: Update to 0.99.4.
* gnu/packages/gnome.scm (upower): Update to 0.99.4. * gnu/packages/patches/upower-builddir.patch: Adapt.
This commit is contained in:
parent
59339bb480
commit
5e503e73a4
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ Patch by Andy Wingo <wingo@igalia.com>
|
|||
- if (g_file_test ("../etc/UPower.conf", G_FILE_TEST_EXISTS))
|
||||
- g_setenv ("UPOWER_CONF_FILE_NAME", "../etc/UPower.conf", TRUE);
|
||||
- else
|
||||
- g_setenv ("UPOWER_CONF_FILE_NAME", "../../etc/UPower.conf", TRUE);
|
||||
- g_setenv ("UPOWER_CONF_FILE_NAME", "../../../etc/UPower.conf", TRUE);
|
||||
-
|
||||
/* tests go here */
|
||||
g_test_add_func ("/power/backend", up_test_backend_func);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue