diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-20 14:37:13 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-07-20 14:37:13 +0200 |
commit | f4f76ca3a95ae689cd4d5a87b578df9d1303970c (patch) | |
tree | f716030856cd4c340a59fc9563403946a30a972d | |
parent | c09c411b09920395fdb008bbdd1ae3dbdd8a27b9 (diff) |
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.
-rw-r--r-- | users/id1000.scm | 3 |
1 files changed, 1 insertions, 2 deletions
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)))) |