guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/07: gnu: pjproject: Remove the make-source-files-writable phase.
Date: Thu, 13 Jan 2022 01:05:19 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 7d6afde74c8668751a8163d8356e52eb207a2193
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jan 12 10:17:26 2022 -0500

    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.
---
 gnu/packages/telephony.scm | 5 -----
 1 file changed, 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]