gnu: blueman: Remove obsolete phase.
* gnu/packages/networking.scm (blueman)[arguments]: Remove setenv phase.
This commit is contained in:
parent
9a9799ffa8
commit
ad477560be
1 changed files with 0 additions and 6 deletions
|
@ -148,12 +148,6 @@ (define-public blueman
|
|||
"--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
|
||||
|
|
Loading…
Reference in a new issue