bug-guix
[Top][All Lists]
Advanced

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

Re: attr: No rule to make target `check'.


From: Ludovic Courtès
Subject: Re: attr: No rule to make target `check'.
Date: Wed, 05 Dec 2012 21:34:54 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Nikita Karetnikov <address@hidden> skribis:

> I've attached the patch. We have to change it to call 'make
> install-dev' because of 'acl'. How to do it?

Likewise, replace the ‘install’ phase:

  (arguments
    '(#:phases
       (alist-replace 'install
                      (lambda _
                        (zero? (system* "make" "install-dev")))
                      (alist-replace 'check
                                      ...))))

I realize it’d be more convenient to have #:test-target and
#:install-target arguments.  We should add that eventually.

Thanks,
Ludo’.



reply via email to

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