diff options
author | Maxime Devos <maximedevos@telenet.be> | 2022-02-17 19:05:26 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-02-18 14:14:39 +0100 |
commit | 0d1a6cffaf84b28f9eb395451ddd425636877178 (patch) | |
tree | a1e8d5f31c8847b14059a3795f2361edf47e2090 | |
parent | 4262919ea9db4d5723e1233146b523333ab2728f (diff) | |
download | guix-0d1a6cffaf84b28f9eb395451ddd425636877178.tar.gz guix-0d1a6cffaf84b28f9eb395451ddd425636877178.zip |
gnu: upower: Remove obsolete phase
Now umockdev-wrapper refers to things by absolute path, this phase
is no longer necessary.
* gnu/packages/gnome.scm
(upower)[arguments]<#:phases>{pre-check}: Remove.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e7eac10a80..2c9af5dce2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5465,13 +5465,6 @@ faster results and to avoid unnecessary server load.") (arguments (list #:glib-or-gtk? #t - #:phases - #~(modify-phases %standard-phases - (add-before 'check 'pre-check - (lambda* (#:key inputs #:allow-other-keys) - (let ((umockdev (string-append (assoc-ref inputs "umockdev") - "/lib"))) - (setenv "LD_LIBRARY_PATH" umockdev))))) #:configure-flags #~(list "-Dsystemdsystemunitdir=no" ;; If not specified, udev will try putting history information |