3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: toutenclic: Remove trailing #T from phases.

* gnu/packages/education.scm (toutenclic)[arguments]<#:phases>: Remove
trailing #T.
This commit is contained in:
Nicolas Goaziou 2022-01-14 22:56:45 +01:00
parent d1096ef115
commit a9e4526246
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -409,8 +409,7 @@ to open the application in a web browser, for offline usage.")
(mkdir-p bin)
(with-directory-excursion bin
(symlink (string-append share "/" executable ".py")
executable)))
#t))
executable)))))
(add-after 'install 'create-desktop-file
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@ -428,8 +427,7 @@ to open the application in a web browser, for offline usage.")
Terminal=false~@
Icon=toutenclic~@
Type=Application~%"
out)))
#t))))))
out)))))))))
(native-inputs
(list unzip))
(inputs