diff options
Diffstat (limited to 'gnu/packages')
-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" |