This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ac2d792aae gnu: Fix small typos.
ac2d792aae is described below

commit ac2d792aae241f5233ee3fdfa29cd3dbaeb9338c
Author: Gabriel Wicki <gabr...@erlikon.ch>
AuthorDate: Wed May 7 16:06:03 2025 +0200

    gnu: Fix small typos.
    
    String-separating double-quotes should be separated with white space.
    
    * gnu/packages/bootloaders.scm(u-boot-rpi-arm64-efi): Fix typo.
    * gnu/packages/linphone.scm(ortp): Fix typo.
    * gnu/packages/tex.scm(texlive-omegaware-bin): Fix typo.
    
    Change-Id: I83aa0f6862b265dd3e396e7c0b2db924915293dd
    Signed-off-by: Maxim Cournoyer <maxim.courno...@gmail.com>
---
 gnu/packages/bootloaders.scm | 2 +-
 gnu/packages/linphone.scm    | 2 +-
 gnu/packages/tex.scm         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 8ece61f11c..844346709b 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1535,7 +1535,7 @@ grub-efi-netboot-removable-bootloader.")
                        #:append-description 
%u-boot-rpi-efi-description-32-bit))
 
 (define-public u-boot-rpi-arm64-efi
-  (make-u-boot-package "rpi_arm64""aarch64-linux-gnu"
+  (make-u-boot-package "rpi_arm64" "aarch64-linux-gnu"
                        #:name-suffix "-efi"
                        #:configs %u-boot-rpi-efi-configs
                        #:append-description (string-append
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm
index 0dd19cc796..239c18c595 100644
--- a/gnu/packages/linphone.scm
+++ b/gnu/packages/linphone.scm
@@ -415,7 +415,7 @@ such as conferencing.")
        (sha256
         (base32 "1hzbrj1ny3lr9sql0lrxggc48sqv5j2yvbpnrdnph88pwzrdnbn5"))))
     (build-system cmake-build-system)
-    (outputs '("out""tester"
+    (outputs '("out" "tester"
                "doc"))                  ;1.5 MiB of HTML doc
     (arguments
      (list
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9f20945925..99a65641a4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32302,7 +32302,7 @@ Omega (and Aleph) ideas include Omega-2 and LuaTeX.")
               (lambda _
                 (let ((bin (string-append #$output "/bin")))
                   (with-directory-excursion "texk/web2c"
-                    (let ((files '("odvicopy" "odvitype""otangle" "wofm2opl"
+                    (let ((files '("odvicopy" "odvitype" "otangle" "wofm2opl"
                                    "wopl2ofm" "wovf2ovp")))
                       (for-each (lambda (t) (invoke "make" t)) files)
                       (for-each (lambda (f) (install-file f bin)) files))

Reply via email to