mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -814,7 +814,7 @@ everything from small to very large projects with speed and efficiency.")
|
||||
(sha256
|
||||
(base32
|
||||
"0if0vqn3fj22p95a0125zpgwz3mqfqxqnvwa7fkf7b00wh0c1wyz"))))
|
||||
;; Temporary measure to prevent unneccessary package rebuilds.
|
||||
;; Temporary measure to prevent unnecessary package rebuilds.
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments git-minimal)
|
||||
((#:configure-flags flags #~'())
|
||||
|
||||
@@ -2681,7 +2681,7 @@ streaming protocols.")
|
||||
(setenv "CONFIG_SHELL" (which "bash"))
|
||||
(apply invoke "./configure" configure-flags)
|
||||
;; Adding CFLAGS to #:configure-flags, or setting it in the
|
||||
;; enviroment does not work. Adding CFLAGS to #:make-flags
|
||||
;; environment does not work. Adding CFLAGS to #:make-flags
|
||||
;; breaks the build.
|
||||
(substitute* "config.mak"
|
||||
(("CFLAGS *=" all)
|
||||
@@ -6957,7 +6957,7 @@ downloader. It does not require a Youtube API key.")
|
||||
;; https://github.com/alexmercerind/youtube-search-python/issues/189
|
||||
;; The most promising fork (in the sense that it works) is
|
||||
;; https://github.com/ahmedayyad-dev/youtube-search-python-fork,
|
||||
;; which is therefor packaged in Guix.
|
||||
;; which is therefore packaged in Guix.
|
||||
(properties '((commit . "6d7e16ebcdc90032392749c2f30f8e29ea0956ae")
|
||||
(revision . "0")))
|
||||
(version (git-version "1.6.6"
|
||||
|
||||
@@ -1679,7 +1679,7 @@ Guile's special forms.")
|
||||
#:plugin-name "dhall-vim"))
|
||||
(synopsis "Vim configuration for Dhall")
|
||||
(description
|
||||
"A vim plugin to provide support and syntax hightlighting for the Dhall
|
||||
"A vim plugin to provide support and syntax highlighting for the Dhall
|
||||
programming language")
|
||||
(home-page "https://github.com/vmchale/dhall-vim")
|
||||
(license license:bsd-3))))
|
||||
|
||||
@@ -1380,7 +1380,7 @@ of one or more RISC-V harts.")
|
||||
(arguments
|
||||
(list
|
||||
#:install-source? #f
|
||||
#:tests? #f ;TODO: tests requrie some set up.
|
||||
#:tests? #f ;TODO: tests require some set up.
|
||||
#:import-path "github.com/lxc/incus/v6"
|
||||
#:embed-files
|
||||
#~(list "children"
|
||||
@@ -1516,7 +1516,7 @@ using simplestreams index files as the publishing mechanism
|
||||
@item lxd-to-incus - LXD to Incus migration tool
|
||||
@item mini-oidc
|
||||
@item sysinfo - basic system stats tool
|
||||
@item tls2jwt - TLS to JWT certificate convertor, reference/testing tool
|
||||
@item tls2jwt - TLS to JWT certificate converter, reference/testing tool
|
||||
@end itemize")
|
||||
(license license:asl2.0)))
|
||||
|
||||
@@ -2470,7 +2470,7 @@ Open Container Initiative specification.")
|
||||
;; directory
|
||||
#~(list "-skip" (string-append "TestUnpackManifestCustomLayer"
|
||||
"|TestUnpackStartFromDescriptor"))
|
||||
#:test-subdirs #~(list "../../...") ;test the whole libary
|
||||
#:test-subdirs #~(list "../../...") ;test the whole library
|
||||
#:build-flags
|
||||
#~(list (string-append "-ldflags="
|
||||
"-X github.com/opencontainers/umoci.version="
|
||||
@@ -3000,7 +3000,7 @@ virtual machines.")
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
;; Tests try to access /var/tmp, which is not possible in our build
|
||||
;; environment. Let's give them another directory.
|
||||
;; /tmp gets overriden in some tests, so we need another directory.
|
||||
;; /tmp gets overridden in some tests, so we need another directory.
|
||||
;; the only possibility is the output directory.
|
||||
(let ((tmp-dir (string-append (assoc-ref outputs "out") "/tmp")))
|
||||
(mkdir-p tmp-dir)
|
||||
|
||||
@@ -521,7 +521,7 @@ NAT-T and more.")
|
||||
;; src/libcharon/plugins/vici/ruby/*
|
||||
;; src/libcharon/plugins/xauth_pam/xauth_pam_listener.[ch]
|
||||
license:expat
|
||||
;; src/inclue/sys/*
|
||||
;; src/include/sys/*
|
||||
license:bsd-3
|
||||
;; src/libstrongswan/plugins/sha3/sha3_keccak.c
|
||||
license:public-domain
|
||||
|
||||
@@ -156,6 +156,6 @@ export WEATHER_CLI_API=@var{your OpenWeatherMap API key}
|
||||
(synopsis "Weather application for the system tray")
|
||||
(description
|
||||
"meteo-qt is an application to display weather information in desktop
|
||||
panels, desktop notifictions and its own window. Weather information is
|
||||
panels, desktop notifications and its own window. Weather information is
|
||||
retrieved from OpenWeatherMap.")
|
||||
(license license:gpl3)))
|
||||
|
||||
@@ -806,7 +806,7 @@ ngx_http_accept_language_module~%")
|
||||
(_ "UNSUPPORTED"))))
|
||||
(string-append "--crossbuild="
|
||||
system ":" release ":" machine))
|
||||
;; The following are the args decribed on
|
||||
;; The following are the args described on
|
||||
;; <https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus>.
|
||||
;; Enabling --with-compat here and in the nginx package
|
||||
;; would ensure binary compatibility even when using
|
||||
|
||||
@@ -2603,7 +2603,7 @@ Wayland compositor")
|
||||
modules for building a Wayland compositor.")
|
||||
(license license:expat))) ; MIT license
|
||||
|
||||
;; Allow packages refering to stable wlroots version, because
|
||||
;; Allow packages referring to stable wlroots version, because
|
||||
;; wlroots updates are backward incompatible.
|
||||
(define-public wlroots-0.19 wlroots)
|
||||
|
||||
|
||||
@@ -2317,7 +2317,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
|
||||
(fixed-path (string-append #$output hard-path)))
|
||||
;; Make it relative
|
||||
;; Update hardcoded path to something
|
||||
;; within the build enviroment.
|
||||
;; within the build environment.
|
||||
(substitute* "ulauncher/utils/environment.py"
|
||||
((hard-path)
|
||||
fixed-path))
|
||||
@@ -4142,7 +4142,7 @@ recording / screenshots.
|
||||
|
||||
hyprsunset also provides a gamma filter, which can be used to adjust perceived
|
||||
display brightness on monitors that do not support software control, or to
|
||||
reduce percieved brightness below the monitor's minimum.")
|
||||
reduce perceived brightness below the monitor's minimum.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public hyprlock
|
||||
|
||||
@@ -407,7 +407,7 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.")
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; The package developers misuse pkg-config such that it doesn't work
|
||||
;; when cross compiling. Therefore we avoid it completly and set the
|
||||
;; when cross compiling. Therefore we avoid it completely and set the
|
||||
;; necessary flags ourselves.
|
||||
`(#:configure-flags (list (string-append "CFLAGS=-I"
|
||||
(assoc-ref %build-inputs "libogg")
|
||||
|
||||
@@ -6870,7 +6870,7 @@ user set the transparency on a window.")
|
||||
(("char\t\\*malloc\\(\\);")
|
||||
""))
|
||||
|
||||
;; Remove old configury that doesn't support modern
|
||||
;; Remove old configuration that doesn't support modern
|
||||
;; command-line options, new architectures, etc.
|
||||
(for-each delete-file
|
||||
'("configure" "install-sh"
|
||||
|
||||
Reference in New Issue
Block a user