Age | Commit message (Collapse) | Author |
|
* gnu/packages/linux.scm (libbpf): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-patiencediff): New variable.
|
|
* gnu/packages/python-xyz.scm (python-fastimport): Update to 0.9.8.
|
|
* gnu/packages/elixir.scm (elixir): Update to 1.10.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 7.0.
[description]: Slightly improve typography and wording.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode)[home-page]: Update to new URL.
|
|
This update breaks most of the packages which rely on libmicrohttpd.
This reverts commit 1bab01c2dbf74ef532b93543ce9c2e3b037eb8f5.
|
|
* gnu/packages/firmware (make-opensbi-package): Add name argument.
Drop variant argument.
(opensbi-qemu-sifive-fu540): Adjust arguments.
(opensbi-qemu-generic): New variable.
(opensbi-qemu-virt): Change to deprecated variable.
|
|
As this commit [1] appears to affect the patches, including the v0.30.0
tag (so the tag must have been changed).
1: https://github.com/numba/llvmlite/commit/cdd99deb32f9d48aadb0f7407fb8ad06f6a8ce6c
* gnu/packages/llvm.scm (python-llvmlite)[inputs]: Use a specific commit for
the patches.
|
|
* gnu/packages/emacs-xyz.scm (emacs-fd): New variable.
|
|
* doc/guix.texi (X Window): Replace "not" with "no".
|
|
* gnu/packages/geo.scm (josm): Update to 16731.
|
|
* gnu/packages/geo.scm (java-opening-hours-parser): New variable.
|
|
* gnu/packages/java.scm (java-jetbrains-annotations): New variable.
|
|
* gnu/packages/icu4c.scm (java-icu4j): Update to 66.1.
[source]: Use full sources instead of jar-sources.
[arguments]: Add chdir phase, replace install phase.
Co-Authored-By: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/java.scm (java-junitparams): New variable.
|
|
* gnu/packages/image-viewers.scm (chafa): Update to 1.4.1.
[inputs]: Add freetype, libjpeg-turbo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/tex.scm (rubber): Update to 1.5.1.
[build-system]: Switch to python-build-system.
[inputs]: Remove python-2 and which.
[arguments]: Delete the build phase. Replace the install phase with a custom
phase.
|
|
* guix/scripts/weather.scm (report-server-coverage): Report 0% coverage as
0.0%, not as .0%.
|
|
* guix/import/pypi.scm (non-empty-string-or-false): guile-json now returns
'null instead of #nil for null JSON values. Handle it.
|
|
* guix/discovery.scm (fold-module-public-variables*): In the docstring,
replace (PROC MODULE SYMBOL VARIABLE) with (PROC MODULE SYMBOL VARIABLE
RESULT).
|
|
* doc/guix.texi (Programming Interface): Replace "under a specific build
users" with "under specific build users".
|
|
* gnu/packages/vim.scm (python-pynvim): Update to 0.4.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/games.scm (chessx): Update to 1.5.4,
[inputs]: add "qtspeech",
[arguments]: fix missing translations.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/gnuzilla.scm (%icedove-build-id): Update.
(icedove): Update version and corresponding hg changeset.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/package-management.scm (flatpak): Update to 1.8.0,
[native-inputs]: add "python-pyparsing".
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
Fix the following issue, that happens during CI evaluation:
In guix/gexp.scm:
782:4 19 (_ _)
In guix/store.scm:
1907:12 18 (_ #<store-connection 256.99 7f3727b6de10>)
1340:2 17 (map/accumulate-builds #<store-connection 256.99 7f372…> …)
In srfi/srfi-1.scm:
586:29 16 (map1 ((#<file-append #<package hurd@0.9-1.91a516…> …) …))
586:29 15 (map1 ((#<file-append #<<parameterized> bindings:…> …) …))
586:29 14 (map1 ((#<file-append #<package hurd@0.9-1.91a516…> …) …))
586:17 13 (map1 ((#<<operating-system> kernel: #<<parameter…> …) …))
In guix/store.scm:
1299:8 12 (call-with-build-handler #<procedure build-accumulator…> …)
2025:24 11 (run-with-store #<store-connection 256.99 7f3727b6de10> …)
In guix/gexp.scm:
785:13 10 (_ _)
In guix/store.scm:
1859:8 9 (_ _)
In guix/gexp.scm:
243:18 8 (_ _)
In guix/store.scm:
1894:38 7 (_ #<store-connection 256.99 7f3727b6de10>)
In gnu/system.scm:
1012:19 6 (_ #<store-connection 256.99 7f3727b6de10>)
634:11 5 (operating-system-services #<<operating-system> kernel:…>)
611:17 4 (hurd-default-essential-services #<<operating-system> k…>)
555:18 3 (operating-system-directory-base-entries #<<operating-s…>)
1270:18 2 (operating-system-boot-parameters-file #<<operating-sy…> …)
1225:35 1 (operating-system-boot-parameters #<<operating-system>…> …)
1225:35 0 (operating-system-boot-parameters (#<<file-system> de…>) …)
gnu/system.scm:1225:35: In procedure operating-system-boot-parameters:
Wrong type to apply: #f
"hurd-target?" is returning false when it should return true in that context.
* gnu/system.scm (operating-system-boot-parameters): Check for "hurd" target
field of "os" instead of using the "hurd-target?" procedure.
|
|
E.g. <http://apache.belnet.be/jakarta/oro/jakarta-oro-2.0.8.tar.gz>
redirects to a bogus 200 HTML page.
* guix/download.scm (%mirrors): Replace apache.belnet.be with
ftp.nluug.nl.
|
|
* gnu/packages/web-browsers.scm (links)[native-inputs]:
Add linux-libre-headers.
[inputs]: Add gpm.
|
|
* gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically.
|
|
* gnu/packages/web-browsers.scm: Order module imports alphabetically.
|
|
* gnu/packages/ssh.scm (mosh)[arguments]: Add ‘patch-FHS-file-names’ phase.
|
|
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add VERSION
to make-flags.
|
|
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
|
|
* guix/combinators.scm (fold2): Replace "a two lists" with "two lists".
|
|
The tarball was modified in place: <http://issues.guix.gnu.org/42191>.
* gnu/packages/cups.scm (hplip)[source]: Update hash.
|
|
* gnu/packages/image.scm (phockup): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-exwm-x)[propagated-inputs]: Replace
emacs-ivy with emacs-counsel.
|
|
* gnu/packages/emacs-xyz.scm (emacs-lispy)[propagated-inputs]: Replace
emacs-ivy with emacs-swiper.
|
|
* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile)[propagated-inputs]:
Replace emacs-ivy with emacs-counsel.
|
|
* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.5.
[propagated-inputs]: Replace emacs-ivy with emacs-counsel.
|
|
* gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-4-370d5f6.
[arguments]: Remove unnecessary phase.
[propagated-inputs]: Replace emacs-ivy with emacs-counsel.
|
|
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.11.
[propagated-inputs]: Replace emacs-ivy with emacs-counsel.
|
|
* gnu/packages/emacs-xyz.scm (emacs-counsel): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-swiper): New variable.
|
|
* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.2.
|
|
* gnu/packages/cran.scm (r-dalex): Update to 1.3.0.
|
|
* gnu/packages/cran.scm (r-spdata): Update to 0.3.8.
|
|
* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.2.1.
|
|
* gnu/packages/cran.scm (r-abn): Update to 2.2.2.
|