AtlatestRepositorysigil-audio

sigil-audio / treemanifest.scm

1;; sigil-audio Development Environment
2;; Use with: guix shell -m manifest.scm
3
4;; libogg / libvorbis used to live here but are now vendored under
5;; vendor/ogg + vendor/vorbis (see package.sgl), so the system
6;; packages are no longer required to build sigil-audio.
7
8(specifications->manifest
9 '("gcc-toolchain"
10 "pkg-config"
11 "binutils"
13 ;; Audio playback (Sokol backend) — still a system dep on Linux.
14 "alsa-lib"))