mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: esound: Fix build.
* gnu/packages/patches/esound-c99.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gstreamer.scm (esound): Apply it. Change-Id: I6aa9ccda6e9948961b6e0011ebd813f43de1b18d
This commit is contained in:
parent
5f2dcf1688
commit
9db8fe9779
3 changed files with 22 additions and 1 deletions
|
@ -304,7 +304,8 @@ applications that want audio visualisation and audio visualisation plugins.")
|
|||
(commit "ESOUND_0_2_41")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "141jg70fim276i8k2kyypm84gy89i1k9mm4yf68mfwnybvjw1d6n"))))
|
||||
(base32 "141jg70fim276i8k2kyypm84gy89i1k9mm4yf68mfwnybvjw1d6n"))
|
||||
(patches (search-patches "esound-c99.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue