gnu: pjproject: Remove the make-source-files-writable phase.

This phase is no longer needed since commit
39e67ed697.

* gnu/packages/telephony.scm (pjproject)[phases]
{make-source-files-writable}: Delete phase.
This commit is contained in:
Maxim Cournoyer 2022-01-12 10:17:26 -05:00
parent 85b23114e7
commit 7d6afde74c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 5 deletions

View File

@ -795,11 +795,6 @@ your calls and messages.")
"/lib"))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'make-source-files-writable
;; Make all the files writable to prevent the following error:
;; "autom4te: cannot open aconfigure: Permission denied".
(lambda _
(for-each make-file-writable (find-files "."))))
(add-before 'build 'build-dep
(lambda _ (invoke "make" "dep")))
;; The check phases is moved after the install phase so to