me
/
guix
Archived
1
0
Fork 0

gnu: toutenclic: Remove trailing #T from phases.

* gnu/packages/education.scm (toutenclic)[arguments]<#:phases>: Remove
trailing #T.
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
1 changed files with 2 additions and 4 deletions

View File

@ -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