guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 10/13] gnu: kde-frameworks: Add kpackage.


From: Leo Famulari
Subject: Re: [PATCH 10/13] gnu: kde-frameworks: Add kpackage.
Date: Sat, 13 Aug 2016 21:54:33 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

On Sat, Aug 13, 2016 at 02:19:28PM +0200, David Craven wrote:
> * gnu/packages/kde-frameworks.scm (kpackage): New variable.

> +    (arguments
> +     `(#:tests? #f ; FIXME: 1/4 tests fail.
> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-after 'unpack 'patch-test
> +           (lambda* _
> +             (substitute* "autotests/packagestructuretest.cpp"
> +                (("//qDebug\\(\\) << path;") "qDebug() << path;"))))

So, this is "un-commenting" the line, right? Will you add a comment in
the package definition explaining why we do it?



reply via email to

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