me
/
guix
Archived
1
0
Fork 0

gnu: onionshare: Remove trailing #T.

* gnu/packages/tor.scm (onionshare)[arguments]: Remove trailing #T from build
phases.
master
Ricardo Wurmus 2021-11-19 09:32:58 +01:00
parent 7eb9b6ed6c
commit c00131d4ef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

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