Skip to content

Commit 359726d

Browse files
committed
sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs
This allows further overrideLispAttrs use on the result
1 parent 0f0e509 commit 359726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/lisp-modules/packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ let
190190
lispLibs = super.mathkit.lispLibs ++ [ super.sb-cga ];
191191
};
192192

193-
stumpwm = super.stumpwm.overrideAttrs {
193+
stumpwm = super.stumpwm.overrideLispAttrs {
194194
inherit (pkgs.stumpwm) src version;
195195
meta = {
196196
inherit (pkgs.stumpwm.meta) description license homepage;

0 commit comments

Comments
 (0)