mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ff6a15eeba
commit
61ecd82b9b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue