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