gnu: toutenclic: Remove trailing #T from phases.
* gnu/packages/education.scm (toutenclic)[arguments]<#:phases>: Remove trailing #T.
parent
d1096ef115
commit
a9e4526246
|
@ -409,8 +409,7 @@ to open the application in a web browser, for offline usage.")
|
||||||
(mkdir-p bin)
|
(mkdir-p bin)
|
||||||
(with-directory-excursion bin
|
(with-directory-excursion bin
|
||||||
(symlink (string-append share "/" executable ".py")
|
(symlink (string-append share "/" executable ".py")
|
||||||
executable)))
|
executable)))))
|
||||||
#t))
|
|
||||||
(add-after 'install 'create-desktop-file
|
(add-after 'install 'create-desktop-file
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
|
@ -428,8 +427,7 @@ to open the application in a web browser, for offline usage.")
|
||||||
Terminal=false~@
|
Terminal=false~@
|
||||||
Icon=toutenclic~@
|
Icon=toutenclic~@
|
||||||
Type=Application~%"
|
Type=Application~%"
|
||||||
out)))
|
out)))))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list unzip))
|
(list unzip))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue