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
commit 1be2382e83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;