From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Wielkiewicz Subject: Re: Maintaining GNU Jami package for Guix Date: Sat, 2 Nov 2019 00:16:30 +0100 Message-ID: <20191102001630.7bcfe9d9@interia.pl> References: <20191018205608.45b264dc@kompiuter> <20191101132929.72495778@interia.pl> <87v9s3775l.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45695) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iR0Jy-0006ZJ-Gi for guix-devel@gnu.org; Sat, 02 Nov 2019 16:48:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iR0Jx-0001VC-9l for guix-devel@gnu.org; Sat, 02 Nov 2019 16:48:30 -0400 Received: from smtpo.poczta.interia.pl ([217.74.65.236]:41711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iR0Jw-0001Gh-Mu for guix-devel@gnu.org; Sat, 02 Nov 2019 16:48:29 -0400 In-Reply-To: <87v9s3775l.fsf@ambrevar.xyz> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel@gnu.org Dnia 2019-11-01, o godz. 20:01:26 Pierre Neidhardt napisa=C5=82(a): > Git preserves permissions, so if upstream made it read-only (probably > a mistake), then it will be read-only in the checkout. No problem, > you can make it writable with > `make-file-writable'. >=20 Don't know why, but it doesn't work... It still tells me files are read-only. I do something like this: (modify-phases %standard-phases (add-after 'unpack 'make-git-checkout-writable (lambda _ (for-each make-file-writable (find-files ".")) #t)) (add-after 'unpack 'apply-patches (lambda* (#:key inputs #:allow-other-keys) (let ((savoir-faire-linux-patches-directory "Savoir-faire Linux patches") ;; Comes from ;; "ring-project/daemon/contrib/src/pjproject/rules.mak". ;; WARNING: These amount for huge changes in pjproject. ;; Particularly, they add support for GnuTLS. (savoir-faire-linux-patches '("add_dtls_transport" "android" "disable_local_resolution" .................... Jan Wielkiewicz