diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-05 21:12:03 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-05 21:12:03 -0400 |
commit | 4ab00da90db4428730cde5cfd44f88278737f5e8 (patch) | |
tree | 667342696bd345b80c6abc02f0f7bb48985efec9 /modules | |
parent | make better (diff) | |
download | dotfiles-guix-4ab00da90db4428730cde5cfd44f88278737f5e8.tar.gz dotfiles-guix-4ab00da90db4428730cde5cfd44f88278737f5e8.tar.bz2 dotfiles-guix-4ab00da90db4428730cde5cfd44f88278737f5e8.zip |
e
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home-packages/audio.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home-packages/audio.scm b/modules/home-packages/audio.scm index 10f2f4d..45de4fc 100644 --- a/modules/home-packages/audio.scm +++ b/modules/home-packages/audio.scm @@ -74,6 +74,7 @@ (build-system meson-build-system) (synopsis "Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications") (description "This package provides @code{easyeffects}, which is an audio application for use atop of @code{pipewire} - that allows effects that modify sound sources and sinks." + that allows effects that modify sound sources and sinks. This cannot be updated to the latest version (7.0.8) because + the packaged version of @code{gtk} is too old." (home-page "https://github.com/wwmm/easyeffects") (license license:gpl3+))) |