diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-12 10:17:26 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-13 00:57:51 -0500 |
commit | 7d6afde74c8668751a8163d8356e52eb207a2193 (patch) | |
tree | 7a9c83c6436bce1ef18d5bec9dd5431a6a450826 /gnu/packages | |
parent | 85b23114e7abaf225d1bce2c8981a18e47bfc23f (diff) |
gnu: pjproject: Remove the make-source-files-writable phase.
This phase is no longer needed since commit
39e67ed697951db0c75b0ba76269ca54108d9506.
* gnu/packages/telephony.scm (pjproject)[phases]
{make-source-files-writable}: Delete phase.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/telephony.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm index cf4821fe55..eb038c411e 100644 --- a/gnu/packages/telephony.scm +++ b/gnu/packages/telephony.scm @@ -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 |