diff options
-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 |