~ruther/guix-local

e81fab29e7b6c4b06dca1f4f3a2a73f09a666436 — Maxim Cournoyer 2 years ago 8264a5b
gnu: wl-clipboard-x11: Remove trailing #t.

* gnu/packages/xdisorg.scm (wl-clipboard-x11)
[arguments]: Remove trailing #t.

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

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +2 -4
@@ 2911,15 2911,13 @@ Wayland.")
             (let ((out          (assoc-ref outputs "out"))
                   (wl-clipboard (assoc-ref inputs "wl-clipboard")))
               (wrap-program (string-append out "/bin/wl-clipboard-x11")
                `("PATH" prefix (,(string-append wl-clipboard "/bin")))))
             #t))
                `("PATH" prefix (,(string-append wl-clipboard "/bin")))))))
         (add-after 'wrap-binary 'symlink-utilities
           ;; As seen in the Makefile.
           (lambda* (#:key outputs #:allow-other-keys)
             (let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
               (symlink "wl-clipboard-x11" (string-append bin "xclip"))
               (symlink "wl-clipboard-x11" (string-append bin "xsel")))
             #t)))))
               (symlink "wl-clipboard-x11" (string-append bin "xsel"))))))))
    (inputs
     (list bash-minimal wl-clipboard))
    (home-page "https://github.com/brunelli/wl-clipboard-x11")