all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46684] [PATCH] gnu: ir: Remove whitespace at end of line.
@ 2021-02-21 11:04 Alexandros Theodotou
  2021-02-21 16:54 ` bug#46684: " Léo Le Bouter via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2021-02-21 11:04 UTC (permalink / raw)
  To: 46684; +Cc: Alexandros Theodotou

* gnu/packages/audio.scm (ir): Remove whitespace at end of line.
---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 16e0eec418..f45556630b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1911,7 +1911,7 @@ well suited to all musical instruments and vocals.")
        (modify-phases %standard-phases
          (delete 'configure)        ; no configure script
          ;; See https://github.com/tomszilagyi/ir.lv2/pull/20
-         (add-after 'unpack 'fix-type 
+         (add-after 'unpack 'fix-type
            (lambda _
              (substitute* '("ir_gui.cc" "lv2_ui.h")
                (("_LV2UI_Descriptor") "LV2UI_Descriptor"))
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-21 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21 11:04 [bug#46684] [PATCH] gnu: ir: Remove whitespace at end of line Alexandros Theodotou
2021-02-21 16:54 ` bug#46684: " Léo Le Bouter via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.