diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-14 22:02:09 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-14 23:44:16 +0200 |
commit | ad477560be771d70e28072d1ad587863aba7e725 (patch) | |
tree | 7cc8b514a18be2907188197bd66a3f39f25d2187 /gnu/packages/networking.scm | |
parent | 9a9799ffa8f20ef806baae619f3ceac00c55f881 (diff) | |
download | patches-ad477560be771d70e28072d1ad587863aba7e725.tar patches-ad477560be771d70e28072d1ad587863aba7e725.tar.gz |
gnu: blueman: Remove obsolete phase.
* gnu/packages/networking.scm (blueman)[arguments]: Remove setenv phase.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 6 |
1 files changed, 0 insertions, 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 |