[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/33: gnu: emacs-realgud: Adjust to changes in emacs-build-system.
From: |
guix-commits |
Subject: |
22/33: gnu: emacs-realgud: Adjust to changes in emacs-build-system. |
Date: |
Sat, 1 May 2021 14:37:53 -0400 (EDT) |
leoprikler pushed a commit to branch master
in repository guix.
commit 9c5f9f067e4445058e79e0a33abaa113754064dc
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sat Apr 17 19:06:37 2021 +0200
gnu: emacs-realgud: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-realgud)[fix-autogen-script]: Move after
‘expand-load-path’.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 103ac26..18decda 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7833,7 +7833,7 @@ after buffer changes.")
"(require-relative-list \
'(\"../../common/run\") \"realgud:\")\n")))
#t))
- (add-after 'unpack 'fix-autogen-script
+ (add-after 'expand-load-path 'fix-autogen-script
(lambda _
(substitute* "autogen.sh"
(("./configure") "sh configure"))
- 17/33: gnu: emacs-edbi: Adjust to changes in emacs-build-system., (continued)
- 17/33: gnu: emacs-edbi: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 06/33: gnu: emacs-guix: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 08/33: gnu: Add emacs-telega-contrib., guix-commits, 2021/05/01
- 30/33: gnu: emacs-w3m: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 13/33: gnu: emacs-shroud: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 15/33: gnu: emacs-sly-stepper: Remove generated sources., guix-commits, 2021/05/01
- 02/33: gnu: emacs: Wrap EMACSLOADPATH., guix-commits, 2021/05/01
- 04/33: build-system: emacs: Use subdirectories again., guix-commits, 2021/05/01
- 09/33: gnu: emacs-emacsql: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 16/33: gnu: emacs-org-contrib: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 22/33: gnu: emacs-realgud: Adjust to changes in emacs-build-system.,
guix-commits <=
- 19/33: gnu: emacs-vterm: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 20/33: gnu: notmuch: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 25/33: gnu: emacs-guix: Update to 0.5.2-4.8ce6d21., guix-commits, 2021/05/01
- 23/33: gnu: emacs-geiser: Update to 0.13., guix-commits, 2021/05/01
- 29/33: gnu: emacs-dvc: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 33/33: gnu: emacs-julia-snail: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 10/33: gnu: emacs-howm: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 07/33: gnu: emacs-telega: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 14/33: gnu: emacs-sly-stepper: Adjust to changes in emacs-build-system., guix-commits, 2021/05/01
- 24/33: gnu: Add emacs-geiser-guile., guix-commits, 2021/05/01