Unverified Commit 1be2382e authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

sbcl.pkgs.stumpwm: use overrideLispAttrs not overrideAttrs (#375184)

parents 4600bce0 359726d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;