guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: onionshare: Remove trailing #T.


From: guix-commits
Subject: 06/06: gnu: onionshare: Remove trailing #T.
Date: Fri, 19 Nov 2021 04:11:35 -0500 (EST)

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

commit c00131d4ef4f05eac8c6516027dc31805feea6bc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 19 09:32:58 2021 +0100

    gnu: onionshare: Remove trailing #T.
    
    * gnu/packages/tor.scm (onionshare)[arguments]: Remove trailing #T from 
build
    phases.
---
 gnu/packages/tor.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 8608d00..3cd7983 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -299,7 +299,7 @@ OnionShare.")
       ((#:phases phases)
        `(modify-phases ,phases
          (replace 'change-directory
-           (lambda _ (chdir "desktop/src") #t))
+           (lambda _ (chdir "desktop/src")))
          (add-after 'unpack 'patch-tests
            (lambda _
              ;; Disable tests that require starting servers, which will hang
@@ -359,8 +359,7 @@ OnionShare.")
                (install-file "org.onionshare.OnionShare.svg"
                              (string-append share 
"/icons/hicolor/scalable/apps"))
                (install-file "org.onionshare.OnionShare.desktop"
-                             (string-append share "/applications"))
-               #t)))))))
+                             (string-append share "/applications")))))))))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
     (inputs



reply via email to

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