guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: blueman: Remove obsolete phase.


From: guix-commits
Subject: 01/02: gnu: blueman: Remove obsolete phase.
Date: Thu, 14 May 2020 17:44:37 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ad477560be771d70e28072d1ad587863aba7e725
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 22:02:09 2020 +0200

    gnu: blueman: Remove obsolete phase.
    
    * gnu/packages/networking.scm (blueman)[arguments]: Remove setenv phase.
---
 gnu/packages/networking.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 28c5619..ac70045 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -148,12 +148,6 @@
                                "--without-systemduserunitdir")  ; Not required
        #:phases
        (modify-phases %standard-phases
-         ;; Prevent the autogen.sh script to carry out the configure
-         ;; script, which has not yet been patched to replace /bin/sh.
-         (add-before 'bootstrap 'setenv
-           (lambda _
-             (setenv "NOCONFIGURE" "TRUE")
-             #t))
          ;; Python references are not being patched in patch-phase of build,
          ;; despite using python-wrapper as input. So we patch them manually.
          (add-after 'unpack 'patch-python-references



reply via email to

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