mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs (#375184)
This commit is contained in:
commit
1be2382e83
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue