guix-devel
[Top][All Lists]
Advanced

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

Re: Maintaining GNU Jami package for Guix


From: Jan Wielkiewicz
Subject: Re: Maintaining GNU Jami package for Guix
Date: Sat, 2 Nov 2019 00:16:30 +0100

Dnia 2019-11-01, o godz. 20:01:26
Pierre Neidhardt <address@hidden> napisał(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'.
> 

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



reply via email to

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