Skip to content

Commit 1be2382

Browse files
authored
sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs (NixOS#375184)
2 parents 4600bce + 359726d commit 1be2382

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)