mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs (#375184)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user