~ruther/guix-local

fa75614243daffdb923c8b0866b1219d3d620902 — jgart 1 year, 1 month ago 72902b4
gnu: dex: Enable verbose flag for tests.

* gnu/packages/xdisorg.scm (dex)[arguments]: Enable verbose flag for tests.

Change-Id: I05742e954c704833c032db1add9673a18e6b3e80
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +2 -1
@@ 3775,7 3775,8 @@ applications for Sway and other wlroots-based Wayland compositors.")
          (delete 'configure)
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests? (invoke "./dex" "--test")))))))
              (when tests?
                (invoke "./dex" "--test" "--verbose")))))))
    (inputs
     (list python))
    (native-inputs