help-guix
[Top][All Lists]
Advanced

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

Re: Custom 'install phase


From: Raghav Gururajan
Subject: Re: Custom 'install phase
Date: Mon, 8 Mar 2021 22:47:51 -0500

So this appears to be close to working one:

```
           (replace 'install
             (lambda args
               (for-each (lambda (solution)
                           (with-directory-excursion solution
(apply (assoc-ref copy:%standard-phases 'install)
                                    #:install-plan
                                    '(("src" "include/qtsolutions"
                                       #:include-regexp ("\\.h$")))
                                    args)))
                         (list
                          "qtlockedfile"
                          "qtpropertybrowser"
                          "qtservice"
                          "qtsingleapplication"
                          "qtsoap"))))
```

I now get "In procedure copy-file: Permission denied".

Regards,
RG.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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