guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: upower: Remove obsolete phase


From: guix-commits
Subject: 11/12: gnu: upower: Remove obsolete phase
Date: Fri, 18 Feb 2022 08:15:59 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0d1a6cffaf84b28f9eb395451ddd425636877178
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Feb 17 19:05:26 2022 +0000

    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>
---
 gnu/packages/gnome.scm | 7 -------
 1 file changed, 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



reply via email to

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