diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-09-01 10:33:58 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-09-01 10:33:58 +0200 |
commit | e1c92c98f7afff13fb7060199ba0dd4d9c5c2c53 (patch) | |
tree | 5c8b5fdb053bef5352692752f6bd6b4ebced7f6f | |
parent | ec2f39bb9cc9ac8ea2114b9656037014193137a4 (diff) | |
download | guix-e1c92c98f7afff13fb7060199ba0dd4d9c5c2c53.tar.gz guix-e1c92c98f7afff13fb7060199ba0dd4d9c5c2c53.zip |
gnu: emacs-waveform: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-waveform)[arguments]<#:phases>: Fix bogus
phase name.
Change-Id: I9b2461b5542be3e24a00f4ae4386310ed487e7dd
-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 7a7652cbf1..6c338329f2 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -40865,7 +40865,7 @@ The main features of Wanderlust: #:tests? #f ;there are no tests #:phases #~(modify-phases %standard-phases - (add-after 'set-waveform-el-version 'patch-exec-paths + (add-after 'unpack 'patch-exec-paths (lambda* (#:key inputs #:allow-other-keys) (emacs-substitute-variables "waveform.el" ("waveform-ffmpeg-executable" |