Shut up obsolescence warning

This commit is contained in:
Brian Leung 2024-02-04 18:10:04 -08:00
parent 72e11f211b
commit b7c67b5f71
No known key found for this signature in database
GPG key ID: 2D86D6A94C8BB3B1
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ in
}:
let
packages = parse.parsePackagesFromPackageRequires packageElisp;
emacsPackages = (pkgs.emacsPackagesFor package).overrideScope' (self: super:
emacsPackages = (pkgs.emacsPackagesFor package).overrideScope (self: super:
# for backward compatibility: override was a function with one parameter
if builtins.isFunction (override super)
then override self super