gnu: maturin: Add missing input.

* gnu/packages/rust-apps.scm (maturin)[inputs]: Add bzip2.

Change-Id: I828ad8d5d6bb9ef119d84fc6205da5d72913afca
This commit is contained in:
Efraim Flashner 2023-11-19 13:15:18 +02:00
parent 4624355513
commit 48cc479ca1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1133,6 +1133,7 @@ more.")
(lambda _ (invoke maturin "completions" "elvish")))))))))
(propagated-inputs
(list python-tomli))
(inputs (list bzip2))
(native-inputs
(list perl
python-wheel