guix-patches
[Top][All Lists]
Advanced

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

[bug#37169] [PATCH] gnu: Add lib3mf.


From: Steve Sprang
Subject: [bug#37169] [PATCH] gnu: Add lib3mf.
Date: Wed, 28 Aug 2019 14:27:09 -0700

On Wed, Aug 28, 2019 at 9:38 AM Ludovic Courtès <address@hidden> wrote:

> > +      (add-after 'unpack 'unpack-googletest
> > +        (lambda* (#:key inputs #:allow-other-keys)
> > +          (copy-recursively (assoc-ref inputs "googletest-source")
> > +                            "UnitTests/googletest")
>
> Would it work to simply pass ‘googletest’ as an input?
> If not, this approach is fine IMO.

Unfortunately, no, the build process expects to see the googletest
source in a sub-module directory.

Attached a new patch with the fixes you suggested.

Attachment: 0001-gnu-Add-lib3mf.patch
Description: Text Data


reply via email to

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