me
/
guix
Archived
1
0
Fork 0

gnu: qtkeychain: Remove trailing #T from phases.

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

View File

@ -2427,8 +2427,7 @@ This package provides the Python bindings.")))
(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