gnu: qtkeychain: Remove trailing #T from phases.

* gnu/packages/qt.scm (qtkeychain)[arguments]<#:phases>: Remove trailing #T.
This commit is contained in:
Nicolas Goaziou 2022-01-21 22:27:09 +01:00
parent e01ba2e4db
commit 656cb94e88
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2427,8 +2427,7 @@ (define-public qtkeychain
(lambda _
(substitute* "CMakeLists.txt"
(("\\$\\{qt_translations_dir\\}")
"${CMAKE_INSTALL_PREFIX}/share/qt5/translations"))
#t)))))
"${CMAKE_INSTALL_PREFIX}/share/qt5/translations")))))))
(home-page "https://github.com/frankosterfeld/qtkeychain")
(synopsis "Qt API to store passwords")
(description