Efraim Flashner <efr...@flashner.co.il> skribis: > * gnu/packages/qt.scm (qtkeychain): New variable.
[...] > + (modify-phases > + %standard-phases ‘%standard-phases’ goes on the previous line. > + (add-before > + 'configure 'set-qt-trans-dir > + (lambda _ > + (substitute* "CMakeLists.txt" > + (("\\$\\{qt_translations_dir\\}") > + > "${CMAKE_INSTALL_PREFIX}/share/qtkeychain/translations"))))))) Is Qt able to find translations installed there? Is some environment variable needed to tell it where to look for them? > + (synopsis "Qt API to store passwords") > + (description > + "QtKeychain is a Qt API to store passwords and other secret data > +securely. It will not store any data unencrypted unless explicitly > requested.") What about “service” or “service and library” rather than “API”? Thanks, Ludo’.