We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4600bce + 359726d commit 1be2382Copy full SHA for 1be2382
pkgs/development/lisp-modules/packages.nix
@@ -190,7 +190,7 @@ let
190
lispLibs = super.mathkit.lispLibs ++ [ super.sb-cga ];
191
};
192
193
- stumpwm = super.stumpwm.overrideAttrs {
+ stumpwm = super.stumpwm.overrideLispAttrs {
194
inherit (pkgs.stumpwm) src version;
195
meta = {
196
inherit (pkgs.stumpwm.meta) description license homepage;
0 commit comments