diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-05 21:14:44 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-05 21:14:44 -0400 |
commit | 11f1fd45cfb780763e3737554a35d733f16d7725 (patch) | |
tree | 2d431a0f126a08fa4854a810abecdd5fa9c7a634 | |
parent | e (diff) | |
download | dotfiles-guix-11f1fd45cfb780763e3737554a35d733f16d7725.tar.gz dotfiles-guix-11f1fd45cfb780763e3737554a35d733f16d7725.tar.bz2 dotfiles-guix-11f1fd45cfb780763e3737554a35d733f16d7725.zip |
AHHHHHHH
-rw-r--r-- | modules/home-packages/audio.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/home-packages/audio.scm b/modules/home-packages/audio.scm index 45de4fc..0970fdb 100644 --- a/modules/home-packages/audio.scm +++ b/modules/home-packages/audio.scm @@ -42,8 +42,7 @@ `(,gtk+ "bin") pkg-config cmake - appstream-glib - gtk)) + appstream-glib)) (inputs (list zita-convolver rnnoise tbb @@ -75,6 +74,6 @@ (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. This cannot be updated to the latest version (7.0.8) because - the packaged version of @code{gtk} is too old." + the packaged version of @code{gtk} is too old.") (home-page "https://github.com/wwmm/easyeffects") (license license:gpl3+))) |