mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
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:
parent
d6459e395f
commit
c58a057db0
1 changed files with 2 additions and 0 deletions
|
|
@ -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}"' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue