guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: wl-clipboard-x11: Remove trailing #t.


From: guix-commits
Subject: 13/14: gnu: wl-clipboard-x11: Remove trailing #t.
Date: Thu, 19 Oct 2023 23:43:14 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 93495f1327414775c2f4575527a28ca3d3d491e3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Oct 19 23:35:37 2023 -0400

    gnu: wl-clipboard-x11: Remove trailing #t.
    
    * gnu/packages/xdisorg.scm (wl-clipboard-x11)
    [arguments]: Remove trailing #t.
    
    Change-Id: I8865323d76612f4ea7a97f93146f2ad126e31e75
---
 gnu/packages/xdisorg.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 32fc7d234f..381d1e772c 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2836,15 +2836,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";)



reply via email to

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