diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-11-19 12:44:00 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-11-19 12:44:00 +0900 |
commit | 1bb39982f185c54059e9d20f85b26691002c2578 (patch) | |
tree | 35ed4b974c9a075d07b4bda4c5f215e4b1ea22e6 | |
parent | c51d4c7746fe99e60b32d7e9ee0da2b847174253 (diff) |
gnu: emacs-realgud: Fix build.
This is a follow up commit to e1d31e6457.
* gnu/packages/emacs-xyz.scm (emacs-realgud): Fix build.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 451bb7850c..85797b2aa2 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -5225,7 +5225,7 @@ after buffer changes.") `(#:tests? #t #:phases (modify-phases %standard-phases - (add-after 'set-emacs-load-path 'fix-autogen-script + (add-after 'unpack 'fix-autogen-script (lambda _ (substitute* "autogen.sh" (("./configure") "sh configure")))) |