diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-02-20 09:45:45 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-02-20 09:47:01 +0200 |
| commit | df8afc5b87d816832119e4bdceed7243da657a5c (patch) | |
| tree | 262562b45dec15ba36ae1b46f70fd05d3b11e12d /gnu/packages | |
| parent | e2871f7c271eae81035adfa10ec1b0b450ed08f1 (diff) | |
gnu: Fix some spelling errors.
* gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vim.scm, gnu/packages/virtualization.scm,
gnu/packages/vpn.scm, gnu/packages/weather.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xiph.scm,
gnu/packages/xorg.scm: Fix some spelling errors.
Change-Id: I52a8739a9c3b7dc2bd2d603ac9268c662a3ea2c5
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/version-control.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/video.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/vim.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/virtualization.scm | 8 | ||||
| -rw-r--r-- | gnu/packages/vpn.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/weather.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/web.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/wm.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/xdisorg.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/xiph.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/xorg.scm | 2 |
11 files changed, 16 insertions, 16 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 1243cbfcd37..7a034658017 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -814,7 +814,7 @@ everything from small to very large projects with speed and efficiency.") | |||
| 814 | (sha256 | 814 | (sha256 |
| 815 | (base32 | 815 | (base32 |
| 816 | "0if0vqn3fj22p95a0125zpgwz3mqfqxqnvwa7fkf7b00wh0c1wyz")))) | 816 | "0if0vqn3fj22p95a0125zpgwz3mqfqxqnvwa7fkf7b00wh0c1wyz")))) |
| 817 | ;; Temporary measure to prevent unneccessary package rebuilds. | 817 | ;; Temporary measure to prevent unnecessary package rebuilds. |
| 818 | (arguments | 818 | (arguments |
| 819 | (substitute-keyword-arguments (package-arguments git-minimal) | 819 | (substitute-keyword-arguments (package-arguments git-minimal) |
| 820 | ((#:configure-flags flags #~'()) | 820 | ((#:configure-flags flags #~'()) |
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c06a5f04489..2b8cb927c72 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm | |||
| @@ -2681,7 +2681,7 @@ streaming protocols.") | |||
| 2681 | (setenv "CONFIG_SHELL" (which "bash")) | 2681 | (setenv "CONFIG_SHELL" (which "bash")) |
| 2682 | (apply invoke "./configure" configure-flags) | 2682 | (apply invoke "./configure" configure-flags) |
| 2683 | ;; Adding CFLAGS to #:configure-flags, or setting it in the | 2683 | ;; Adding CFLAGS to #:configure-flags, or setting it in the |
| 2684 | ;; enviroment does not work. Adding CFLAGS to #:make-flags | 2684 | ;; environment does not work. Adding CFLAGS to #:make-flags |
| 2685 | ;; breaks the build. | 2685 | ;; breaks the build. |
| 2686 | (substitute* "config.mak" | 2686 | (substitute* "config.mak" |
| 2687 | (("CFLAGS *=" all) | 2687 | (("CFLAGS *=" all) |
| @@ -6957,7 +6957,7 @@ downloader. It does not require a Youtube API key.") | |||
| 6957 | ;; https://github.com/alexmercerind/youtube-search-python/issues/189 | 6957 | ;; https://github.com/alexmercerind/youtube-search-python/issues/189 |
| 6958 | ;; The most promising fork (in the sense that it works) is | 6958 | ;; The most promising fork (in the sense that it works) is |
| 6959 | ;; https://github.com/ahmedayyad-dev/youtube-search-python-fork, | 6959 | ;; https://github.com/ahmedayyad-dev/youtube-search-python-fork, |
| 6960 | ;; which is therefor packaged in Guix. | 6960 | ;; which is therefore packaged in Guix. |
| 6961 | (properties '((commit . "6d7e16ebcdc90032392749c2f30f8e29ea0956ae") | 6961 | (properties '((commit . "6d7e16ebcdc90032392749c2f30f8e29ea0956ae") |
| 6962 | (revision . "0"))) | 6962 | (revision . "0"))) |
| 6963 | (version (git-version "1.6.6" | 6963 | (version (git-version "1.6.6" |
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index faa67078249..4bdec0a3432 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm | |||
| @@ -1679,7 +1679,7 @@ Guile's special forms.") | |||
| 1679 | #:plugin-name "dhall-vim")) | 1679 | #:plugin-name "dhall-vim")) |
| 1680 | (synopsis "Vim configuration for Dhall") | 1680 | (synopsis "Vim configuration for Dhall") |
| 1681 | (description | 1681 | (description |
| 1682 | "A vim plugin to provide support and syntax hightlighting for the Dhall | 1682 | "A vim plugin to provide support and syntax highlighting for the Dhall |
| 1683 | programming language") | 1683 | programming language") |
| 1684 | (home-page "https://github.com/vmchale/dhall-vim") | 1684 | (home-page "https://github.com/vmchale/dhall-vim") |
| 1685 | (license license:bsd-3)))) | 1685 | (license license:bsd-3)))) |
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index ea661b6d638..898670c638c 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -1380,7 +1380,7 @@ of one or more RISC-V harts.") | |||
| 1380 | (arguments | 1380 | (arguments |
| 1381 | (list | 1381 | (list |
| 1382 | #:install-source? #f | 1382 | #:install-source? #f |
| 1383 | #:tests? #f ;TODO: tests requrie some set up. | 1383 | #:tests? #f ;TODO: tests require some set up. |
| 1384 | #:import-path "github.com/lxc/incus/v6" | 1384 | #:import-path "github.com/lxc/incus/v6" |
| 1385 | #:embed-files | 1385 | #:embed-files |
| 1386 | #~(list "children" | 1386 | #~(list "children" |
| @@ -1516,7 +1516,7 @@ using simplestreams index files as the publishing mechanism | |||
| 1516 | @item lxd-to-incus - LXD to Incus migration tool | 1516 | @item lxd-to-incus - LXD to Incus migration tool |
| 1517 | @item mini-oidc | 1517 | @item mini-oidc |
| 1518 | @item sysinfo - basic system stats tool | 1518 | @item sysinfo - basic system stats tool |
| 1519 | @item tls2jwt - TLS to JWT certificate convertor, reference/testing tool | 1519 | @item tls2jwt - TLS to JWT certificate converter, reference/testing tool |
| 1520 | @end itemize") | 1520 | @end itemize") |
| 1521 | (license license:asl2.0))) | 1521 | (license license:asl2.0))) |
| 1522 | 1522 | ||
| @@ -2470,7 +2470,7 @@ Open Container Initiative specification.") | |||
| 2470 | ;; directory | 2470 | ;; directory |
| 2471 | #~(list "-skip" (string-append "TestUnpackManifestCustomLayer" | 2471 | #~(list "-skip" (string-append "TestUnpackManifestCustomLayer" |
| 2472 | "|TestUnpackStartFromDescriptor")) | 2472 | "|TestUnpackStartFromDescriptor")) |
| 2473 | #:test-subdirs #~(list "../../...") ;test the whole libary | 2473 | #:test-subdirs #~(list "../../...") ;test the whole library |
| 2474 | #:build-flags | 2474 | #:build-flags |
| 2475 | #~(list (string-append "-ldflags=" | 2475 | #~(list (string-append "-ldflags=" |
| 2476 | "-X github.com/opencontainers/umoci.version=" | 2476 | "-X github.com/opencontainers/umoci.version=" |
| @@ -3000,7 +3000,7 @@ virtual machines.") | |||
| 3000 | (lambda* (#:key outputs #:allow-other-keys) | 3000 | (lambda* (#:key outputs #:allow-other-keys) |
| 3001 | ;; Tests try to access /var/tmp, which is not possible in our build | 3001 | ;; Tests try to access /var/tmp, which is not possible in our build |
| 3002 | ;; environment. Let's give them another directory. | 3002 | ;; environment. Let's give them another directory. |
| 3003 | ;; /tmp gets overriden in some tests, so we need another directory. | 3003 | ;; /tmp gets overridden in some tests, so we need another directory. |
| 3004 | ;; the only possibility is the output directory. | 3004 | ;; the only possibility is the output directory. |
| 3005 | (let ((tmp-dir (string-append (assoc-ref outputs "out") "/tmp"))) | 3005 | (let ((tmp-dir (string-append (assoc-ref outputs "out") "/tmp"))) |
| 3006 | (mkdir-p tmp-dir) | 3006 | (mkdir-p tmp-dir) |
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 544bbb54148..b7ca082c4d7 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm | |||
| @@ -521,7 +521,7 @@ NAT-T and more.") | |||
| 521 | ;; src/libcharon/plugins/vici/ruby/* | 521 | ;; src/libcharon/plugins/vici/ruby/* |
| 522 | ;; src/libcharon/plugins/xauth_pam/xauth_pam_listener.[ch] | 522 | ;; src/libcharon/plugins/xauth_pam/xauth_pam_listener.[ch] |
| 523 | license:expat | 523 | license:expat |
| 524 | ;; src/inclue/sys/* | 524 | ;; src/include/sys/* |
| 525 | license:bsd-3 | 525 | license:bsd-3 |
| 526 | ;; src/libstrongswan/plugins/sha3/sha3_keccak.c | 526 | ;; src/libstrongswan/plugins/sha3/sha3_keccak.c |
| 527 | license:public-domain | 527 | license:public-domain |
diff --git a/gnu/packages/weather.scm b/gnu/packages/weather.scm index 5fc1a367c53..078bc25b80e 100644 --- a/gnu/packages/weather.scm +++ b/gnu/packages/weather.scm | |||
| @@ -156,6 +156,6 @@ export WEATHER_CLI_API=@var{your OpenWeatherMap API key} | |||
| 156 | (synopsis "Weather application for the system tray") | 156 | (synopsis "Weather application for the system tray") |
| 157 | (description | 157 | (description |
| 158 | "meteo-qt is an application to display weather information in desktop | 158 | "meteo-qt is an application to display weather information in desktop |
| 159 | panels, desktop notifictions and its own window. Weather information is | 159 | panels, desktop notifications and its own window. Weather information is |
| 160 | retrieved from OpenWeatherMap.") | 160 | retrieved from OpenWeatherMap.") |
| 161 | (license license:gpl3))) | 161 | (license license:gpl3))) |
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 57e6b970be9..b9efd53cecb 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm | |||
| @@ -806,7 +806,7 @@ ngx_http_accept_language_module~%") | |||
| 806 | (_ "UNSUPPORTED")))) | 806 | (_ "UNSUPPORTED")))) |
| 807 | (string-append "--crossbuild=" | 807 | (string-append "--crossbuild=" |
| 808 | system ":" release ":" machine)) | 808 | system ":" release ":" machine)) |
| 809 | ;; The following are the args decribed on | 809 | ;; The following are the args described on |
| 810 | ;; <https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus>. | 810 | ;; <https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus>. |
| 811 | ;; Enabling --with-compat here and in the nginx package | 811 | ;; Enabling --with-compat here and in the nginx package |
| 812 | ;; would ensure binary compatibility even when using | 812 | ;; would ensure binary compatibility even when using |
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 066fe27b575..2c6d22e95b7 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm | |||
| @@ -2603,7 +2603,7 @@ Wayland compositor") | |||
| 2603 | modules for building a Wayland compositor.") | 2603 | modules for building a Wayland compositor.") |
| 2604 | (license license:expat))) ; MIT license | 2604 | (license license:expat))) ; MIT license |
| 2605 | 2605 | ||
| 2606 | ;; Allow packages refering to stable wlroots version, because | 2606 | ;; Allow packages referring to stable wlroots version, because |
| 2607 | ;; wlroots updates are backward incompatible. | 2607 | ;; wlroots updates are backward incompatible. |
| 2608 | (define-public wlroots-0.19 wlroots) | 2608 | (define-public wlroots-0.19 wlroots) |
| 2609 | 2609 | ||
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index c00a406f36a..4e322e7dd86 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm | |||
| @@ -2317,7 +2317,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.") | |||
| 2317 | (fixed-path (string-append #$output hard-path))) | 2317 | (fixed-path (string-append #$output hard-path))) |
| 2318 | ;; Make it relative | 2318 | ;; Make it relative |
| 2319 | ;; Update hardcoded path to something | 2319 | ;; Update hardcoded path to something |
| 2320 | ;; within the build enviroment. | 2320 | ;; within the build environment. |
| 2321 | (substitute* "ulauncher/utils/environment.py" | 2321 | (substitute* "ulauncher/utils/environment.py" |
| 2322 | ((hard-path) | 2322 | ((hard-path) |
| 2323 | fixed-path)) | 2323 | fixed-path)) |
| @@ -4142,7 +4142,7 @@ recording / screenshots. | |||
| 4142 | 4142 | ||
| 4143 | hyprsunset also provides a gamma filter, which can be used to adjust perceived | 4143 | hyprsunset also provides a gamma filter, which can be used to adjust perceived |
| 4144 | display brightness on monitors that do not support software control, or to | 4144 | display brightness on monitors that do not support software control, or to |
| 4145 | reduce percieved brightness below the monitor's minimum.") | 4145 | reduce perceived brightness below the monitor's minimum.") |
| 4146 | (license license:bsd-3))) | 4146 | (license license:bsd-3))) |
| 4147 | 4147 | ||
| 4148 | (define-public hyprlock | 4148 | (define-public hyprlock |
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 9bb0b443dd1..4331c1e13fb 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm | |||
| @@ -407,7 +407,7 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.") | |||
| 407 | (build-system gnu-build-system) | 407 | (build-system gnu-build-system) |
| 408 | (arguments | 408 | (arguments |
| 409 | ;; The package developers misuse pkg-config such that it doesn't work | 409 | ;; The package developers misuse pkg-config such that it doesn't work |
| 410 | ;; when cross compiling. Therefore we avoid it completly and set the | 410 | ;; when cross compiling. Therefore we avoid it completely and set the |
| 411 | ;; necessary flags ourselves. | 411 | ;; necessary flags ourselves. |
| 412 | `(#:configure-flags (list (string-append "CFLAGS=-I" | 412 | `(#:configure-flags (list (string-append "CFLAGS=-I" |
| 413 | (assoc-ref %build-inputs "libogg") | 413 | (assoc-ref %build-inputs "libogg") |
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 76e0b65faef..253e03ab1fc 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm | |||
| @@ -6870,7 +6870,7 @@ user set the transparency on a window.") | |||
| 6870 | (("char\t\\*malloc\\(\\);") | 6870 | (("char\t\\*malloc\\(\\);") |
| 6871 | "")) | 6871 | "")) |
| 6872 | 6872 | ||
| 6873 | ;; Remove old configury that doesn't support modern | 6873 | ;; Remove old configuration that doesn't support modern |
| 6874 | ;; command-line options, new architectures, etc. | 6874 | ;; command-line options, new architectures, etc. |
| 6875 | (for-each delete-file | 6875 | (for-each delete-file |
| 6876 | '("configure" "install-sh" | 6876 | '("configure" "install-sh" |
