misc-extensions: remove override - use version from quicklisp

Changed files
-11
pkgs
development
lisp-modules
-11
pkgs/development/lisp-modules/packages.nix
···
meta.mainProgram = "qlot";
};
-
misc-extensions = super.misc-extensions.overrideLispAttrs (old: rec {
-
version = "4.0.3";
-
src = pkgs.fetchFromGitLab {
-
domain = "gitlab.common-lisp.net";
-
owner = "misc-extensions";
-
repo = "misc-extensions";
-
rev = "v${version}";
-
hash = "sha256-bDNI4mIaNw/rf7ZwvwolKo6+mUUxsgubGUd/988sHAo=";
-
};
-
});
-
fset = super.fset.overrideLispAttrs (old: rec {
version = "1.4.0";
src = pkgs.fetchFromGitHub {
···
meta.mainProgram = "qlot";
};
fset = super.fset.overrideLispAttrs (old: rec {
version = "1.4.0";
src = pkgs.fetchFromGitHub {