~ruther/guix-local

0e2d8eff10dfb70c30413405d3c8d8f1c5588920 — Cayetano Santos 8 months ago 589ce36
gnu: blind: Improve style.

* gnu/packages/suckless.scm (blind)[arguments]: Use G-Expressions.

Change-Id: Ic44b942533f66903ebaabedc9decc74f96882b6e
Signed-off-by: jgart <jgart@dismail.de>
1 files changed, 8 insertions(+), 6 deletions(-)

M gnu/packages/suckless.scm
M gnu/packages/suckless.scm => gnu/packages/suckless.scm +8 -6
@@ 213,12 213,14 @@ It provides the following features:
                "0nncvzyipvkkd7zlgzwbjygp82frzs2hvbnk71gxf671np607y94"))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f                      ; no check target
       #:make-flags (list (string-append "CC=" ,(cc-for-target))
                          (string-append "PREFIX=" %output))
       #:phases
       (modify-phases %standard-phases
         (delete 'configure))))         ; no configure script
     (list
      #:tests? #f                      ; no check target
      #:make-flags
      #~(list (string-append "CC=" #$(cc-for-target))
              (string-append "PREFIX=" #$output))
      #:phases
      #~(modify-phases %standard-phases
          (delete 'configure))))         ; no configure script
    (synopsis "Command line video editing utilities")
    (home-page "https://tools.suckless.org/blind/")
    (description