From f4f76ca3a95ae689cd4d5a87b578df9d1303970c Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 20 Jul 2025 14:37:13 +0200 Subject: id1000: uninstall easyeffects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A recent update of GCC on Guix channel causes easyeffects to fail compilation due to a security error. ----- The uninstallation of easyeffects is both the simplest and least impactful solution to the problem. ----- Easyeffect was actually useful for one task only — duplication of a mono microphone signal into a stereo signal. ----- This change removes easyeffects from the list of packages provided by default for user id1000. ----- After this, Easyeffects program will no longer be available by default for user id1000. --- users/id1000.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'users') diff --git a/users/id1000.scm b/users/id1000.scm index 056654f..9d56ae0 100644 --- a/users/id1000.scm +++ b/users/id1000.scm @@ -564,8 +564,7 @@ (l-services (append suweren:home:%suweren-home-services user-services))) (gnu:home:home-environment - (packages (cons* gnu:packages:audio:easyeffects - gnu:packages:version-control:git + (packages (cons* gnu:packages:version-control:git gnu:packages:disk:gparted sovereign:systems:common-home-environment-packages)) (services l-services)))) -- cgit v1.2.3