guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add perceptualdiff.


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add perceptualdiff.
Date: Sun, 24 Jul 2016 17:44:38 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

On Sun, Jul 24, 2016 at 05:43:25AM +0200, Tobias Geerinckx-Rice wrote:
> * gnu/packages/image.scm (perceptualdiff): New variable.

LGTM

> +    (arguments
> +     '(#:phases (modify-phases %standard-phases
> +                  (add-after 'unpack 'fix-tests
> +                    ;; cmake-build-system uses a build/ directory outside
> +                    ;; of the source tree, one level higher than expected
> +                    (lambda _
> +                      (substitute* "test/run_tests.bash"
> +                        (("../build") "../../build")))))))

Do you think this is a bug that should be reported?



reply via email to

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