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 20:09:24 -0500

Hi Julien!

Maybe quote it? #:include-regexp '("\\.h$")

So I did:

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

I get Wrong type to apply: "src"

Regards,
RG.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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