mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: jack-select: Fix build.
* gnu/packages/music.scm (jack-select)[native-inputs]: Add gobject-introspection.
This commit is contained in:
committed by
Andreas Enge
parent
19f64d1b49
commit
6414018f27
@@ -3631,7 +3631,8 @@ can connect to any JACK port and record the output into a stereo WAV file.")
|
||||
(("libasound.so.2")
|
||||
(search-input-file inputs "/lib/libasound.so.2"))))))))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
(list gobject-introspection
|
||||
pkg-config
|
||||
python-setuptools))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
|
||||
Reference in New Issue
Block a user