Age | Commit message (Collapse) | Author |
|
* gnu/packages/kde.scm (kuserfeedback)[description]: Fix spelling of
the "itemize" keyword.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/raspberry-pi.scm (%rpi-open-firmware-version): New variable.
(%rpi-open-firmware-origin): New variable.
(raspi-arm-chainloader): New variable.
|
|
* gnu/packages/raspberry-pi.scm (raspi-gpio): New variable.
|
|
* gnu/packages/raspberry-pi.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
* gnu/packages/emacs-xyz.scm (emacs-powershell): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.0.2.
[propagated-inputs]: Add emacs-transient.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
Fixes CVE-2020-25613.
* gnu/packages/ruby.scm (ruby): Update to 2.7.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* guix/build/maven/pom: Fix spelling of "with".
|
|
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overrides".
|
|
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overridden".
|
|
* gnu/services/ganeti (ganeti-luxid-service-type)[description]: Fix spelling
of "authoritative".
|
|
* gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This
package".
|
|
* gnu/packages/python-xyz (python-scour)[description]: Fix spelling of
"aggressive".
|
|
* gnu/packages/mail (altermime)[description]: Fix spelling of "arbitrary".
|
|
* gnu/packages/emacs-xyz (emacs-highlight-numbers)[description]: Fix spelling
of "constitutes".
|
|
* gnu/packages/django (python-django-sekizai)[description]: Use "that is"
instead of "thats".
|
|
* gnu/packages/crates-io (rust-webpki-0.21)[description]: Fix spelling of
"package".
|
|
* gnu/packages/crates-io (rust-zstd-safe-2)[description]: Fix typo of "safe".
|
|
* gnu/packages/django (python-django-auth-ldap)[description]: Fix typo "This
package".
|
|
This commit follows 622e700bdd09bd466c2c4e3806180b065b9383bc.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Fix hash.
|
|
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.5.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-nix-mode): Update to 1.4.5.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.9.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.9.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-disable-mouse): Update to 0.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.1.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-company-posframe): Update to 0.1.0-2.4bfb8bc.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 6.0.
[arguments]: Add substitution for exiftool.
[inputs]: Add perl-image-exiftool.
|
|
* gnu/packages/video.scm (youtube-dl)[source]: Update URL.
|
|
* guix/scripts/substitute.scm (fetch-narinfos)
[handle-narinfo-response]: Add code 202 to the condition. This will
allow in the future the use of 404 for nar requests which cannot be
built in the present, leaving for the 202 to indicate that a request has
triggered a nar generation that might be completed later, as specified
in <https://www.ietf.org/rfc/rfc2616.txt>.
|
|
Reported by Leo Famulari <leo@famulari.name>.
* doc/guix.texi (Binary Installation): Use a correct timestamp of 1
instead of an incorrect one of 0.
|
|
* gnu/packages/patchutils.scm (pwclient): New variable.
|
|
* gnu/packages/python-xyz.scm (python-simpleaudio): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/guile-xyz.scm (guile-filesystem): New variable.
(guile2.0-filesystem guile2.2-filesystem): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): Update to 1.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts/publish.scm (show-help, %options): Add
'--cache-bypass-threshold'.
(low-compression): New procedure.
(cache-bypass-threshold): New parameter.
(bypass-cache?): New procedure.
(render-narinfo/cached): Call 'render-narinfo' when 'bypass-cache?'
returns true.
(render-nar/cached): Call 'render-nar' when 'bypass-cache?' returns
true.
(guix-publish): Parameterize 'cache-bypass-threshold'.
* tests/publish.scm ("with cache", "with cache, lzip + gzip")
("with cache, uncompressed"): Pass '--cache-bypass-threshold=0'.
("with cache, vanishing item"): Expect 200 for RESPONSE.
("with cache, cache bypass"): New test.
|
|
* gnu/installer/newt/partition.scm (run-partitioning-page): Add 'syslog' call.
|
|
* doc/guix.texi (PostgreSQL): Update the extension packages example.
|
|
In the couple of cases where it's inconsistent.
* doc/guix.texi (PostgreSQL, Sound Services): Replace @var with @code within
data type sections.
|
|
* gnu/packages/emacs-xyz.scm (emacs-company-box): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-frame-local): New variable.
|
|
* gnu/packages/gps.scm (gama)[source]: Add snippet to remove bundled
expat-1.1 library.
|
|
* gnu/packages/gps.scm (gama): Update to 2.11.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.8-rc4.
|
|
* doc/guix.texi (Top): Add end of line period to menu entry in the node listing.
(Invoking guix time-machine): Remove duplicate word.
(Invoking guix environment): As above.
(PAM Mount Service): As above.
(Running Guix in a Virtual Machine): Remove erroneous hyphen and duplicate word.
Signed-off-by: Leo Famulari <leo@famulari.name>
|