gnu: jami: Use minimal variants for git and python native inputs.

* gnu/packages/jami.scm (jami) [native-inputs]: Replace git with git-minimal
and python with python-minimal.

Change-Id: I093d76f830743a156ad917342924ba11c7733ad2
This commit is contained in:
Maxim Cournoyer 2025-07-21 23:45:54 +09:00
parent ff6a15eeba
commit 61ecd82b9b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -298,10 +298,10 @@ QSortFilterProxyModel conveniently exposed for QML.")
;; "ctest" "-R" "Qml_Tests" ctest-args)
)))))))
(native-inputs
(list git
(list git-minimal
googletest
pkg-config
python
python-minimal
qthttpserver
qttools
qtwebsockets