diff options
| author | Gabriel Wicki <gabriel@erlikon.ch> | 2025-05-07 16:06:03 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-08 22:08:12 +0900 |
| commit | ac2d792aae241f5233ee3fdfa29cd3dbaeb9338c (patch) | |
| tree | 9a3d3aaa9e477dcfb9980570450eae5749a92438 | |
| parent | 2e3da9f8f280038ab720990b1a7b73d8ceee02bc (diff) | |
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.cournoyer@gmail.com>
| -rw-r--r-- | gnu/packages/bootloaders.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/linphone.scm | 2 | ||||
| -rw-r--r-- | 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 8ece61f11c3..844346709b7 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm | |||
| @@ -1535,7 +1535,7 @@ grub-efi-netboot-removable-bootloader.") | |||
| 1535 | #:append-description %u-boot-rpi-efi-description-32-bit)) | 1535 | #:append-description %u-boot-rpi-efi-description-32-bit)) |
| 1536 | 1536 | ||
| 1537 | (define-public u-boot-rpi-arm64-efi | 1537 | (define-public u-boot-rpi-arm64-efi |
| 1538 | (make-u-boot-package "rpi_arm64""aarch64-linux-gnu" | 1538 | (make-u-boot-package "rpi_arm64" "aarch64-linux-gnu" |
| 1539 | #:name-suffix "-efi" | 1539 | #:name-suffix "-efi" |
| 1540 | #:configs %u-boot-rpi-efi-configs | 1540 | #:configs %u-boot-rpi-efi-configs |
| 1541 | #:append-description (string-append | 1541 | #:append-description (string-append |
diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index 0dd19cc7967..239c18c595a 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm | |||
| @@ -415,7 +415,7 @@ such as conferencing.") | |||
| 415 | (sha256 | 415 | (sha256 |
| 416 | (base32 "1hzbrj1ny3lr9sql0lrxggc48sqv5j2yvbpnrdnph88pwzrdnbn5")))) | 416 | (base32 "1hzbrj1ny3lr9sql0lrxggc48sqv5j2yvbpnrdnph88pwzrdnbn5")))) |
| 417 | (build-system cmake-build-system) | 417 | (build-system cmake-build-system) |
| 418 | (outputs '("out""tester" | 418 | (outputs '("out" "tester" |
| 419 | "doc")) ;1.5 MiB of HTML doc | 419 | "doc")) ;1.5 MiB of HTML doc |
| 420 | (arguments | 420 | (arguments |
| 421 | (list | 421 | (list |
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9f20945925a..99a65641a4a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -32302,7 +32302,7 @@ Omega (and Aleph) ideas include Omega-2 and LuaTeX.") | |||
| 32302 | (lambda _ | 32302 | (lambda _ |
| 32303 | (let ((bin (string-append #$output "/bin"))) | 32303 | (let ((bin (string-append #$output "/bin"))) |
| 32304 | (with-directory-excursion "texk/web2c" | 32304 | (with-directory-excursion "texk/web2c" |
| 32305 | (let ((files '("odvicopy" "odvitype""otangle" "wofm2opl" | 32305 | (let ((files '("odvicopy" "odvitype" "otangle" "wofm2opl" |
| 32306 | "wopl2ofm" "wovf2ovp"))) | 32306 | "wopl2ofm" "wovf2ovp"))) |
| 32307 | (for-each (lambda (t) (invoke "make" t)) files) | 32307 | (for-each (lambda (t) (invoke "make" t)) files) |
| 32308 | (for-each (lambda (f) (install-file f bin)) files)) | 32308 | (for-each (lambda (f) (install-file f bin)) files)) |
