mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: ir: Remove whitespace at end of line.
* gnu/packages/audio.scm (ir): Remove whitespace at end of line. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
parent
d51c11fea3
commit
869c416cee
1 changed files with 1 additions and 1 deletions
|
@ -1911,7 +1911,7 @@ (define-public ir
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ; no configure script
|
(delete 'configure) ; no configure script
|
||||||
;; See https://github.com/tomszilagyi/ir.lv2/pull/20
|
;; See https://github.com/tomszilagyi/ir.lv2/pull/20
|
||||||
(add-after 'unpack 'fix-type
|
(add-after 'unpack 'fix-type
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* '("ir_gui.cc" "lv2_ui.h")
|
(substitute* '("ir_gui.cc" "lv2_ui.h")
|
||||||
(("_LV2UI_Descriptor") "LV2UI_Descriptor"))
|
(("_LV2UI_Descriptor") "LV2UI_Descriptor"))
|
||||||
|
|
Loading…
Reference in a new issue