Skip to content

Commit

Permalink
sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs (#375184)
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c authored Jan 20, 2025
2 parents 4600bce + 359726d commit 1be2382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/lisp-modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1be2382

Please sign in to comment.