sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs (#375184)

This commit is contained in:
7c6f434c
2025-01-20 18:25:10 +00:00
committed by GitHub

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;