1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

gnu: onionshare: Remove trailing #T.

* gnu/packages/tor.scm (onionshare)[arguments]: Remove trailing #T from build
phases.
This commit is contained in:
Ricardo Wurmus
2021-11-19 09:32:58 +01:00
parent 7eb9b6ed6c
commit c00131d4ef
+2 -3
View File
@@ -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