From ad477560be771d70e28072d1ad587863aba7e725 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 14 May 2020 22:02:09 +0200 Subject: 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 28c5619bac..ac70045677 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 -- cgit v1.2.3