sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs

This allows further overrideLispAttrs use on the result
This commit is contained in:
7c6f434c
2025-01-20 00:02:49 +01:00
parent 0f0e509ef5
commit 359726d99a
+1 -1
View File
@@ -190,7 +190,7 @@ let
lispLibs = super.mathkit.lispLibs ++ [ super.sb-cga ];
};
stumpwm = super.stumpwm.overrideAttrs {
stumpwm = super.stumpwm.overrideLispAttrs {
inherit (pkgs.stumpwm) src version;
meta = {
inherit (pkgs.stumpwm.meta) description license homepage;