gnu: qtkeychain: Remove trailing #T from phases.
* gnu/packages/qt.scm (qtkeychain)[arguments]<#:phases>: Remove trailing #T.
parent
e01ba2e4db
commit
656cb94e88
|
@ -2427,8 +2427,7 @@ This package provides the Python bindings.")))
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("\\$\\{qt_translations_dir\\}")
|
(("\\$\\{qt_translations_dir\\}")
|
||||||
"${CMAKE_INSTALL_PREFIX}/share/qt5/translations"))
|
"${CMAKE_INSTALL_PREFIX}/share/qt5/translations")))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://github.com/frankosterfeld/qtkeychain")
|
(home-page "https://github.com/frankosterfeld/qtkeychain")
|
||||||
(synopsis "Qt API to store passwords")
|
(synopsis "Qt API to store passwords")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue