Age | Commit message (Expand) | Author |
2021-11-26 | gnu: vim-fugitive: Update to 3.6....* gnu/packages/vim.scm (vim-fugitive): Update to 3.6.
| Efraim Flashner |
2021-11-26 | gnu: Add r-derfinderhelper....* gnu/packages/bioconductor.scm (r-derfinderhelper): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2021-11-26 | gnu: ceres-solver: Install library to lib/ instead of lib64/....* gnu/packages/maths.scm (ceres)[arguments]: In 'set-library-directory'
phase, modify the top-level 'CMakeLists.txt'.
| Ludovic Courtès |
2021-11-26 | gnu: Update cl-salza2 to 2.1....* gnu/packages/lisp-xyz.scm (sbcl-salza2): Update to 2.1.
[inputs]: Add trivial-gray-streams.
[native-inputs]: Add chipz, flexi-streams and parachute.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Charles |
2021-11-26 | installer: Rework installation device detection....* gnu/installer/parted.scm (installation-device): Remove it.
* gnu/installer/parted.scm (installer-root-partition-path): Add it.
* gnu/installer/parted.scm (non-install-devices): Add installation-device?
predicate.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Josselin Poiret |
2021-11-26 | gnu: git-annex: Honor the #:tests? flag....* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Adjust the
custom 'check phase to honor the #:tests? flag.
| Efraim Flashner |
2021-11-26 | gnu: git-annex: Update to 8.20211123....* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211123.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Kyle Meyer |
2021-11-26 | gnu: pyzo: Remove trailing #T....* gnu/packages/python-xyz.scm (pyzo)[arguments]: Remove #T from
`fix-home-directory' phase.
| Nicolas Goaziou |
2021-11-26 | gnu: pyzo: Update to 4.11.4....* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.4.
| Nicolas Goaziou |
2021-11-25 | gnu: webkitgtk: Really disable SSE2 on non-x86_64 achitectures....This is a followup to d82fd7c2dd542693988f61fb15c020e3209ac7ec.
* gnu/packages/webkit.scm (webkitgtk)[phases]{disable-sse2}: Adjust.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Diego Nicola Barbato |
2021-11-25 | gnu: vdirsyncer: Update to 0.18.0....* gnu/packages/dav.scm (vdirsyncer): Update to 0.18.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Tanguy Le Carrour |
2021-11-25 | gnu: python-click-threading: Update to 0.5.0....* gnu/packages/python-xyz.scm (python-click-threading): Update to 0.5.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Tanguy Le Carrour |
2021-11-25 | gnu: Add cl-restas....* gnu/packages/lisp-xyz.scm (cl-restas, ecl-restas, sbcl-restas):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Foo Chuan Wei |
2021-11-25 | gnu: Add cl-data-sift....* gnu/packages/lisp-xyz.scm (cl-data-sift, ecl-data-sift, sbcl-data-sift):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Foo Chuan Wei |
2021-11-25 | gnu: guile-libyaml: Update to 0-2.2bdacb7....* gnu/packages/guile-xyz.scm (guile-libyaml): Update to 0-2.2bdacb7.
[arguments]: Do not attempt to delete non-existent files. Use (system
ffi-help-rt) from nyacc package. Do not return #t from custom phases.
[native-inputs]: Move nyacc to ...
[propagated-inputs]: ... here.
| Arun Isaac |
2021-11-25 | gnu: nyacc: Update to 1.05.1....* gnu/packages/mes.scm (nyacc): Update to 1.05.1.
| Arun Isaac |
2021-11-25 | daemon: Read substitute nar size as 'unsigned long long'....Fixes <https://issues.guix.gnu.org/46212>.
Reported by Christopher Baines <mail@cbaines.net>.
Previously, the nar size returned by 'guix substitute' would be read as
an 'int'; thus, values above 2^31 - 1 would be read and then stored as
negative integers in the database.
Regression introduced in 9dfa20a22ae0be3d3b01a7b3d422af97428c627e.
* nix/libstore/build.cc (SubstitutionGoal::finished): Use templatized
'string2Int' instead of 'std::atoi' to get an 'unsigned long long',
which is the type of 'hash.second'.
* tests/store.scm ("substitute and large size"): New test.
| Ludovic Courtès |
2021-11-25 | daemon: Read unsigned nar size and download size from substituter....Fixes <https://issues.guix.gnu.org/51983>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.
* nix/libstore/local-store.cc (LocalStore::querySubstitutablePathInfos):
Expect 'unsigned long long' for 'downloadSize' and 'narSize'.
* tests/store.scm ("substitute query and large size"): New test.
| Ludovic Courtès |
2021-11-24 | home: services: bash: Only source /etc/bashrc if it exists....* gnu/home/services/shells.scm (home-bash-configuration):
Check whether /etc/bashrc exists before trying to ‘source’ it.
Reported by guixy on #guix.
| Tobias Geerinckx-Rice |
2021-11-25 | gnu: racket: Remove article from the beginning of the synopsis....* gnu/packages/racket.scm (racket)[synopsis]: Remove article from the
beginning.
| Arun Isaac |
2021-11-24 | gnu: racket: Update to 8.3....* gnu/packages/racket.scm (racket-minimal, racket): Update to 8.3.
* gnu/packages/racket.scm (racket-minimal)[source]: Remove
racket-minimal-backport-1629887.patch from patches.
* gnu/packages/patches/racket-minimal-backport-1629887.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| jgart |
2021-11-24 | gnu: recordmydesktop: Update to 0.4.0....* gnu/packages/video.scm (recordmydesktop): Update to 0.4.0.
[source]: Update URI.
[home-page]: Update home-page accordingly.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Aleksandr Vityazev |
2021-11-24 | gnu: emacs-csharp-mode: Update to 1.1.1....* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 1.1.1.
| Nicolas Goaziou |
2021-11-24 | gnu: emacs-elfeed-score: Update to 1.2.1....* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.1.
| Nicolas Goaziou |
2021-11-24 | gnu: scintilla: Update to 5.1.4....* gnu/packages/text-editors.scm (scintilla): Update to 5.1.4.
| Nicolas Goaziou |
2021-11-24 | gnu: mame: Update to 0.238....* gnu/packages/emulators.scm (mame): Update to 0.238.
| Nicolas Goaziou |
2021-11-24 | gnu: Add r-astsa....* gnu/packages/cran.scm (r-astsa): New variable.
| Ricardo Wurmus |
2021-11-24 | gnu: emacs-pyim: Update to 3.9.5....* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.5.
| Nicolas Goaziou |
2021-11-24 | gnu: sbcl-osicat: Update to 20210928....* gnu/packages/lisp-xyz.scm (sbcl-osicat): Update to 20210928.
| Pierre Neidhardt |
2021-11-24 | gnu: ocaml-batteries: Update to 3.3.0....* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.3.0.
(ocaml4.07-batteries): New variable.
| Julien Lepiller |
2021-11-24 | gnu: Add ocaml-benchmark....* gnu/packages/ocaml.scm (ocaml-benchmark): New variable.
| Julien Lepiller |
2021-11-24 | gnu: geary: Remove trailing #T....* gnu/packages/gnome.scm (geary)[arguments]: Remove trailing #T from 'check
phase.
| Ricardo Wurmus |
2021-11-24 | gnu: geary: Add missing input....* gnu/packages/gnome.scm (geary)[native-inputs]: Add
gsettings-desktop-schemas for tests.
| Ricardo Wurmus |
2021-11-24 | gnu: r-s4vectors: Update to 0.32.3....* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.32.3.
| Ricardo Wurmus |
2021-11-24 | gnu: r-mixomics: Update to 6.18.1....* gnu/packages/bioconductor.scm (r-mixomics): Update to 6.18.1.
| Ricardo Wurmus |
2021-11-24 | gnu: r-xcms: Update to 3.16.1....* gnu/packages/bioconductor.scm (r-xcms): Update to 3.16.1.
| Ricardo Wurmus |
2021-11-24 | gnu: r-dose: Update to 3.20.1....* gnu/packages/bioconductor.scm (r-dose): Update to 3.20.1.
| Ricardo Wurmus |
2021-11-24 | gnu: r-genomicranges: Update to 1.46.1....* gnu/packages/bioconductor.scm (r-genomicranges): Update to 1.46.1.
| Ricardo Wurmus |
2021-11-24 | gnu: r-biocparallel: Update to 1.28.1....* gnu/packages/bioconductor.scm (r-biocparallel): Update to 1.28.1.
| Ricardo Wurmus |
2021-11-24 | gnu: r-biomart: Update to 2.50.1....* gnu/packages/bioconductor.scm (r-biomart): Update to 2.50.1.
| Ricardo Wurmus |
2021-11-24 | gnu: Add r-bsgenome-drerio-ucsc-danrer11....* gnu/packages/bioconductor.scm (r-bsgenome-drerio-ucsc-danrer11): New variable.
| Ricardo Wurmus |
2021-11-24 | gnu: r-fdrtool: Update to 1.2.17....* gnu/packages/statistics.scm (r-fdrtool): Update to 1.2.17.
| Ricardo Wurmus |
2021-11-24 | gnu: r-car: Update to 3.0-12....* gnu/packages/statistics.scm (r-car): Update to 3.0-12.
[propagated-inputs]: Remove r-rio.
| Ricardo Wurmus |
2021-11-24 | gnu: r-nloptr: Update to 1.2.2.3....* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.3.
| Ricardo Wurmus |
2021-11-24 | gnu: r-robust: Update to 0.6-1....* gnu/packages/statistics.scm (r-robust): Update to 0.6-1.
| Ricardo Wurmus |
2021-11-24 | gnu: r-mclust: Update to 5.4.8....* gnu/packages/statistics.scm (r-mclust): Update to 5.4.8.
| Ricardo Wurmus |
2021-11-24 | gnu: r-glmnet: Update to 4.1-3....* gnu/packages/statistics.scm (r-glmnet): Update to 4.1-3.
[propagated-inputs]: Add r-rcpp and r-rcppeigen.
| Ricardo Wurmus |
2021-11-24 | gnu: r-dt: Update to 0.20....* gnu/packages/statistics.scm (r-dt): Update to 0.20.
| Ricardo Wurmus |
2021-11-24 | gnu: r-snow: Update to 0.4-4....* gnu/packages/statistics.scm (r-snow): Update to 0.4-4.
| Ricardo Wurmus |
2021-11-24 | gnu: r-rcpparmadillo: Update to 0.10.7.3.0....* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.10.7.3.0.
| Ricardo Wurmus |