fixup! Remove srcRepo override

This is a follow-up of 3ebbd963cd. At
the time of writing, origin/nixos-unstable includes autoreconfHook and
texinfo irrespective of the `srcRepo` value, so this preserves those
dependencies when
https://github.com/NixOS/nixpkgs/pull/437637/commits/4a2ad8134b8b40f198c71f7d8d84467d250cd714
becomes used.
This commit is contained in:
Brian Leung 2025-08-28 03:15:20 -07:00
parent d6459e395f
commit c58a057db0
No known key found for this signature in database
GPG key ID: 2D86D6A94C8BB3B1

View file

@ -32,6 +32,8 @@ let
super.lib.optionals (super.stdenv.isLinux && super.stdenv.isAarch64)
[ "--enable-check-lisp-object-type" ];
nativeBuildInputs = old.nativeBuildInputs ++ [ self.autoreconfHook self.texinfo ];
postPatch = old.postPatch + ''
substituteInPlace lisp/loadup.el \
--replace-warn '(emacs-repository-get-version)' '"${repoMeta.rev}"' \