mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtkeychain: Remove trailing #T from phases.
* gnu/packages/qt.scm (qtkeychain)[arguments]<#:phases>: Remove trailing #T.
This commit is contained in:
parent
e01ba2e4db
commit
656cb94e88
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue